โ Back to Printing
Question 1
Print Age Variable
Print Age Variable
Create an integer variable called age with the value 25, and use System.out.println() to display it in the sentence: My age is: 25 Do not use printf for this question. Just use println with string concatenation or the + operator.
Expected Output:
My age is: 25
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.