Generation

generate functionThu, 02 Mar 2023

Create age control

function age($age) { if($age >= 21) { echo 'You are old enough'; } else { echo 'You are NOT old enough'; } } age(17);

Want to kickstart your project?Use the new AI Studio to create your code