Answer:
Impressively old
Explanation:
The following code uses multiple if statements to check a user's age. It displays a corresponding information according to the range of age that is entered. In the question scenario given, when a user enters an age of 75, this is only fufilled in the last conditional block if (age<100) So the code block following System.out.print("Impressively old ") will be executed.