Java Code Development

Job ID: 39832259

Budget: $30 – $250 USD

Write a Java program that displays 5 survey questions with a 5-point Likert-scale. Include exception handling in your program. Output a number of stars equal to each rating and the average score to the user. For example:


What is your rating of the dark roast coffee (1-poor, 2-fair, 3-good, 4-excellent, 5-outstanding)? 3

What is your rating of the medium roast coffee (1-poor, 2-fair, 3-good, 4-excellent, 5-outstanding)? 1

What is your rating of the light roast coffee (1-poor, 2-fair, 3-good, 4-excellent, 5-outstanding)? 5

What is your rating of the french vanilla coffee (1-poor, 2-fair, 3-good, 4-excellent, 5-outstanding)? 2

What is your rating of the caramel coffee (1-poor, 2-fair, 3-good, 4-excellent, 5-outstanding)? 2



***

*

*****

**

**

Your average rating is 2.6



For grading, submit:

A link to your shared GitHub repository

A link to a video explaining your .java source code and demonstrating your running program.