Question: Create a program that allows a student to input their grades for the different components of the overall grade for CSCI 1301. Note: Your program
Create a program that allows a student to input their grades for the different components of the overall grade for CSCI 1301.
Note: Your program will need to ask for all programming grades and test grades, then calculate an average for these. For the Quiz/Lab Component, you may ask the user to enter an average. The weights, per the syllabus are:
(5) Programs assignment - 40% (2) Tests (15% each) - 30% (1) Final - 30%
First test your program initializing the variables with appropriate input values within the program. Once your program runs as expected, use input from the user.
The program should calculate the overall numeric average and display it to the user. Make sure that you format your text to show ONLY two digits after the decimal.

Create a program that allows a student to input their grades for the different components of the overall grade for CSCI 1301. Note: Your program will need to ask for all programming grades and test grades, then calculate an average for these. For the Quiz/Lab Component, you may ask the user to enter an average. The weights, per the syllabus are: Programs / Labs - 40% 2 Tests (15% each) - 30% Final Exam - 30% First test your program initializing the variables with appropriate input values within the program. Once your program runs as expected, use input from the user. The program should calculate the overall numeric average and display it to the user. Make sure that you format your text to show ONLY two digits after the decimal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
