Create a program that interviews the users about their


Create a program that interviews the users about their personal information, how many jobs they have and what the income is from each of their jobs. The program should then display back to the user the following items:

Their name
How many jobs the user has
What the highest paying job pays
What the lowest paying job pays
What the average for all jobs is
The example shown here represents what the user types in green and what the program displays in red.
What is your name? David Freeze
How many jobs do you have? 3
Enter income from job #1: 10000
Enter income from job #2: 30000
Enter income from job #3: 50000
Hello, David Freeze. You have 3 jobs.
The highest paying job pays $50000.
The lowest paying job pays $10000.
The average pay for the 3 jobs entered is $30000.

You can accomplish this program with just one class - a separate tester class is not required.

 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Create a program that interviews the users about their
Reference No:- TGS0645969

Expected delivery within 24 Hours