Write a for-loop that uses the println function to print the numbers from 15 to 188 on the console:
15
16
17
18
...
187
188
Suppose age is a variable of type int that has already been defined and given a value (although you don’t know what the value is). Using if-statements, write code that does the following:
Your code should print exactly one message.