subject

you will write a C++ program that calculates a student’s final course average based on the grades for their homework assignments, laboratory assignments, term paper, midterm exam, final exam and class participation. Below are the specifics for each grade element: • There are four (4) homework assignments, each worth a maximum of 10 points. The homework average is 15% of the final grade for the course. • There are two (2) laboratory assignments, each worth a maximum of 50 points. The laboratory average is 20% of the final grade for the course. • The midterm and final exams are each worth a maximum of 100 points. The midterm and final exams are each 25% of the final grade for the course. • The term paper is graded on a letter grade scale (A, B, C, D, & F). For the purpose of calculating the student’s average, letter grades are assigned the following numerical values: A=95, B=85, C=75, D=65, & F=55. If the user enters a letter grade other than A, B, C, D, or F a numerical grade of zero will be assigned to the paper. The term paper is 10% of the final grade for the course. • Class participation is a boolean value (0 {false}, 1 {true}). A true, is successfully participating in the class. Class participation is 5% of the final grade for the course


you will write a C++ program that calculates a student’s final course average based on the grades f
you will write a C++ program that calculates a student’s final course average based on the grades f
you will write a C++ program that calculates a student’s final course average based on the grades f

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 17:00, ruddymorales1123
What allows you to create a wireless connection among your smart devices
Answers: 2
image
Computers and Technology, 22.06.2019 21:50, IdkHowToDoMath
Given int variables k and total that have already been declared, use a while loop to compute the sum of the squares of the first 50 counting numbers, and store this value in total. thus your code should put 11 + 22 + 33 + + 4949 + 50*50 into total. use no variables other than k and total.
Answers: 2
image
Computers and Technology, 22.06.2019 22:30, Metlife
You are new to microsoft certification and want to start out by getting a certification geared around windows 8. what microsoft certification should you pursue?
Answers: 1
image
Computers and Technology, 23.06.2019 14:30, soapai
Select the correct answer. sean is a computer programmer. he has programmed an application for toddlers that plays nursery rhymes. however, a logic error has occurred in the program. which problem is a likely consequence of the error? a. the program crashes every time the user wants to play the nursery rhymes. b. the program crosses its buffer boundaries and overwrites an adjacent program. c. the program plays a different nursery rhyme than the one the user intended to play. d. the program shows different structures in its programming language code. e. the program introduces new viruses every time the user plays a nursery rhyme.
Answers: 1
You know the right answer?
you will write a C++ program that calculates a student’s final course average based on the grades fo...

Questions in other subjects: