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);

Questions about programming?Chat with your personal AI assistant