questionwhen writing computer programs


Question

When writing computer programs, programmers often have to create repeated actions. Java looping structures permit for this repeated action capability. There are a few dissimilar types of loops that can be used. Since each loop has its own strengths and limitations, selecting one greatly depends on what you require to achieve with your computer program. In this, you practice using Java looping structures along with all the other programming skills you have developed during this course.

For this, submit following program-

Create an application that generates a quiz. Prompt for the user's first and last name, college major, and confidence in test taking (high, medium, or low). The quiz has to contain at least five true or false questions about horticulture. When user selects the correct answer, a message of positive reinforcement should be displayed. If the user selects the incorrect answer, correct answer should be displayed with a message of constructive criticism. At the end of the quiz, show the number of correct and incorrect answers as well as the percentage of correct responses for each user. Make sure to address users by name and confirm or deny correlation between their score and their perceived confidence in test taking.

Your code and output have to show input and results for three dissimilar users taking the quiz. You cannot be one of users. Make sure you use all the skills studied in the course, including proper comments, Scanner class, several looping structures, and clean code without errors in several areas.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: questionwhen writing computer programs
Reference No:- TGS0444932

Expected delivery within 24 Hours