Quiz Question 1 of 5
What will the following code return?
$a = 5;
if ($a == 10) {
echo "Good Job!";
} else {
echo "Try Again!";
}
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.