PHP - Conditional Statements
What is wrong with this PHP code snippet?
if ($value > 20)
echo 'High';
echo 'Done';
if ($value > 20)
echo 'High';
echo 'Done';
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions