I'm having some trouble coding this certain prompt in Eclipse and I don't know what I'm doing wrong. This is the prompt below: Write a program that prompts a user for their first name (a String), last name (a String), and age (an integer). Then print the last name, followed by a comma, a space, the first name, followed by a space, a colon, a space, and the age (all on the same line). For example: Please enter your first and last name: Harry Morgan Please enter your age: 34 Morgan, Harry : 34   This is the code I have now: package lab; public class Lab3 { public static void main(String[] args) { importjava.util.scanner; new.scanner(System.in); System.out.print("Please enter your first and last name: "); innextInt(); } } If you can get back to me as soon as possible, that would be great!!

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 19PE
icon
Related questions
Question
100%

I'm having some trouble coding this certain prompt in Eclipse and I don't know what I'm doing wrong. This is the prompt below:

Write a program that prompts a user for their first name (a String), last name (a String), and age (an integer). Then print the last name, followed by a comma, a space, the first name, followed by a space, a colon, a space, and the age (all on the same line). For example:

Please enter your first and last name: Harry Morgan
Please enter your age: 34
Morgan, Harry : 34

 

This is the code I have now:

package lab;

public class Lab3 {

public static void main(String[] args) {
importjava.util.scanner;
new.scanner(System.in);

System.out.print("Please enter your first and last name: ");
innextInt();


}
}

If you can get back to me as soon as possible, that would be great!!

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,