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

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:10
This program reads a file called 'test.txt'. you are required to write two functions that build a wordlist out of all of the words found in the file and print all of the unique words found in the file. remove punctuations using 'string.punctuation' and 'strip()' before adding words to the wordlist. write a function build_wordlist() that takes a 'file pointer' as an argument and reads the contents, builds the wordlist after removing punctuations, and then returns the wordlist. another function find_unique() will take this wordlist as a parameter and return another wordlist comprising of all unique words found in the wordlist. example: contents of 'test.txt': test file another line in the test file output: ['another', 'file', 'in', 'line', 'test', 'the']
Answers: 1
question
Computers and Technology, 23.06.2019 01:00
Write the command that can be used to answer the following questions. (hint: try each out on the system to check your results.) a. find all files on the system that have the word test" as part of their filename. b. search the path variable for the pathname to the awk command. c. find all files in the /usr directory and subdirectories that are larger than 50 kilobytes in size. d. find all files in the /usr directory and subdirectories that are less than 70 kilobytes in size. e. find all files in the / directory and subdirectories that are symbolic links. f. find all files in the /var directory and subdirectories that were accessed less than 60 minutes ago. g. find all files in the /var directory and subdirectories that were accessed less than six days ago. h. find all files in the /home directory and subdirectories that are empty. i. find all files in the /etc directory and subdirectories that are owned by the group bin."
Answers: 1
question
Computers and Technology, 23.06.2019 03:00
State 7 common key's for every keyboard
Answers: 1
question
Computers and Technology, 23.06.2019 04:31
Q14 what is most important for you to choose before you build a network? a. private network b. nos c. network media d. network protocol e. directory service
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
question
Social Studies, 16.12.2021 02:10
question
Computers and Technology, 16.12.2021 02:10
question
Mathematics, 16.12.2021 02:10
question
Mathematics, 16.12.2021 02:10
Questions on the website: 13722360