Answer:
You have much to learn!
Explanation:
In the question the variable age has been declared and assigned the value of 25.
The if Statement checks if age >30 to output "You are wise!" else it will output "You have too much to learn"
Since age has been assigned the value of 25, we expect the program to execute the else block which is "You have too much to learn"