Write a program to print your name, age and Address of user, if possible take input from user in Java
Answers
Answered by
3
Answer:
Explanation:
The simplest way to obtain user input is by using the input() function. This function prompts the user for an input from the keyboard. Once the user has give the input and pressed Enter, the program flow continues.
Similar questions