Each student in a course needs to submit 3 lab assignments and take 2 tests. Design a program to do the following. Ask the user to enter 3 lab scores and 2 test scores. Calculate and display the lab average and the test average. Also calculate and display the course grade, which equals 55% of the lab average plus 45% of the test average.
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Each student in a course needs to submit 3 lab assignments and take 2 tests. Design a program to do the following. Ask the user to enter 3 ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Mathematics » Each student in a course needs to submit 3 lab assignments and take 2 tests. Design a program to do the following. Ask the user to enter 3 lab scores and 2 test scores. Calculate and display the lab average and the test average.