Problem 1: Do not use methods. Design a program that will perform basic grade computation. The program will ask the user for their name and 5 numeric inputs with the following weights and a perfect...


PROGRAMMING LANGUAGE: C# (Visual Studio .NET Framework)


Please include the output picture, code thanks.


Problem 1:<br>Do not use methods.<br>Design a program that will perform basic grade computation. The program will ask the user for their name and 5 numeric inputs<br>with the following weights and a perfect score of 100:<br>Total Quiz Score (30%)<br>Total Assignment Score (10%)<br>Preliminary Course Assessment Score (20%)<br>Midterm Course Assessment Score (20%)<br>Final Course Assessment Score (20%)<br>Then with a click of a button, will generate the total grade in a label with the words label

Extracted text: Problem 1: Do not use methods. Design a program that will perform basic grade computation. The program will ask the user for their name and 5 numeric inputs with the following weights and a perfect score of 100: Total Quiz Score (30%) Total Assignment Score (10%) Preliminary Course Assessment Score (20%) Midterm Course Assessment Score (20%) Final Course Assessment Score (20%) Then with a click of a button, will generate the total grade in a label with the words label "Final Grade: [Grade] Equivalent: [Equivalent]" that will show the Equivalent grade from the table below and prompt a message box to show if the student passed or failed. If the grade is greater than or equal to 60, the student passes otherwise the student fails. The program must repeat execution until a "Exit" is entered for the name of the student. AVERAGE Above 91.51 -| 87.01 - 82.51 - 78.01 - 73.51 - 69.01 - 64.51 - 60.00 -| Below (%) 96.00 96.00 91.50 87.00 82.50 78.00 73.50 69.00 64.50 60.00 FINAL 1.00 1.25 1.50 1.75 2.00 2.25 2.50 2.75 3.00 5.00 GRADE Need output Input of name and humeric inputs. ut. Checking if the score is higher than 100 Final Message Program looping at least 2 times and ending after entering "Exit"

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here