The document is a Java program that demonstrates how to take user input using the Scanner class. It prompts the user to enter their name, age, and height, and then displays these values back to the user. This example illustrates basic input handling and output in Java.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
Hello Java
The document is a Java program that demonstrates how to take user input using the Scanner class. It prompts the user to enter their name, age, and height, and then displays these values back to the user. This example illustrates basic input handling and output in Java.