Show print, input, basic arithmetic, and concatenation
🧠What You’ll Learn
- Printing Output with
System.out.println()
- User Input using
Scanner
- Variables & Types:
String, int
- Arithmetic:
+, -, *
- Concatenation: combining text and values
- Program Structure:
class, main(), comments
Click here and copy my source code into your Eclipse.
The name of the file will be: PX_printRead_lastname
Files to save in your google drive under your class name
and to Submit to (Google Classroom)
- PX_printRead_lastname.png — screenshot inside Eclipse
- PX_printRead_lastname.java — Java source file
- PX_printRead_lastname.txt — plain-text copy of your code
- PX_printRead_lastname.mp4 — short demo video of the program running