Question: Problem Edit, compile and run a simple Java program demonstrating input and output. Specifications Name the .java file MyFirstProgram Import the Scanner class and create
Problem
Edit, compile and run a simple Java program demonstrating input and output.
Specifications
Name the .java file MyFirstProgram
Import the Scanner class and create a Scanner object for key board input.
Ask the user to enter their name(String variable) and age (int variable).
Display their name, age and a welcome message using a printf statement
HINT: use nextInt() with your Scanner object to get an integer value from the keyboard.
i need it in java format and i dont know how to put these codes in a java programmer can you attach a screenshot on how do it thanks it would mean a lot
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
