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. Admin Grading 0 points if your program does not compile. +5 for comments, indentation and placement of {} per Style Guide. +5 for each specification met.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!