Question: program in C Prob. 1 According to a syllabus, your final grade will be calculated according to the following rules: Programming Projects 15% Labs 15%
program in C

Prob. 1 According to a syllabus, your final grade will be calculated according to the following rules: Programming Projects 15% Labs 15% Quizzes 15% Exam 1 15% Exam 2 15% Final exam 25% Write a program to calculate your final grade. In this program, you should first ask a user to input his grades for projects, labs, quizzes, and exams, and then you should display the calculated result. Assume each grade you get is out of 100. Here is an example of input and output: ** * *** :: ************** CCCCCCCCCCCCCCCCCCCCCCCCCC For the following input grades: Programming projects: 90 Labs: 95 Quizzes: 90 Exami: 85 Exam 2: 75 Final exam grade: 87 The program should display something like this: Your grade for programming projects is: 90 Your grade for labs is: 95 Your grade for quizzes is: 90 Your grade for exam 1 is: 85 Your grade for exam 2 is: 75 Your grade for the final exam is: 87 Therefore, your final grade for this course is
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
