Exercise:Write an if/else statement with the following condition: If the variable age is greater than 18, output "Old enough", otherwise output "Too young". if (condition) { |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|