I'm not very good with programming at all and i have an assignment due tomorrow. I am to make a program that will calculate a students grade, given test and quiz scores. i would have to input a "T" for test or "Q" for quiz while an "X" to exit. Test scores are multiplied by two while the tests have 50 questions and quizes have 25 questions. After all information has been entered the program is to calculate and display total points earned and the overall letter grade. Grading scale is a standard 10 point scale. I've included my rough setup and key word 'rough' setup. It's my experiment with the layout. Anyway any help would be appreciated...
//Calculates the total points earned on quizes and tests,
//and then displays total points earned and assigns a grade