in one semester, there are 3 grading periods:prelim,midterm and final period. every period is composed of 2 quizzes such as quiz 1 and quiz 2. also, it contains the grade for the class standing of the student in the class. and lastly, every period has a major exam.
Each quiz is 20% of every grading period;
Each class standing is 10% of every grading period;
and each major exam is 50% of every grading period,thus this will result to 100% grade of the student.
so in 1 semester, there are 6 quizzes,3class standing and 3major exam for every student. to compute for the semestral grade, 30% of prelim grade plus 30% of midterm grade and 40% of the final grade.
can you please create a program in turbo c that will compute the semestral grade of 1 student.
if the entered grade is below 50 or above 100 it will not appear on the screen or the program will return back to the start to repeat entering grades ranging only between 50 to 100.. please help me...
Can you please help me in creating a TURBO C program (i need codes) that will satisfy the following condition:
Does not look easy. May be you can contact a C expert at websites like http://askexpert.info/
Reply:I'll start you off. Just replace the bit with comments with your own code.
/* My very own grading program */
#include%26lt;stdio.h%26gt;
main()
{
printf("Welcome to my grading program");
// Your code goes here
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment