Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please show form and code using visual basic windows form app .NET Recent project templates Windows Forms App (.NET) Visual Basic MSTest Test Project (.NET
please show form and code using visual basic windows form app .NET
Recent project templates Windows Forms App (.NET) Visual Basic MSTest Test Project (.NET Core) C# Console App (.NET Core) C# Program 5 Requirements This program will take 5 Grades from a user as input, (0-100) then determine the average for the grades entered. Once you have the average show the user the letter Grade associated with the Average. If the grades do not average a grade of "A"the program should state the new percentage if the next assignment is 100. The program must use a decision statement The program must be unique and titled. Grades are by increments of 10, (90 to 100=A, 80 to 89.9=B, 59 or less is F.) You may use any method for receiving the grades from the user. If the grade average is "A or B" the program should display a happy or celebratory theme and image. If the grade is a "C" it should show a mediocre image, and if D or Fit should show an upset, or hurtful image. A reset button is required to change the program back to its beginning state. Examples of Images ): 1: :) Use Case Definition 1. User enters 5 grades. 2. Program displays Average for the 5 grades as a percentage. 3. Program displays the associated letter grade for the percentage. 4. The Program changes dramatically based on Letter Grade. 5. User clicks reset button to return form to previous state, and can enter a new set of Grades. 6. User clicks an exit button to close the program Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started