subject

Create a flowchart for a module named getGrade. The module should accept 1 parameter by value. The parameter is a real number representing a students current grade. The program should prompt and input for what grade a student would like to get in the class as a real number (for example an 80.0, meaning an 80% or B in the class). The program is to calculate what a student needs on a final exam to earn the grade they wish to achieve in the class. The program should use a name constant for the final exam weight being 20%. The program should display the points needed on the final exam to get the grade they would like to achieve. The formula to find the grade needed is below: Grade Desired – 0.8 x Current Grade grade Needed =- 0.2

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 13:00
Write a program which asks you to enter a name in the form of first middle initial last. so you might enter for example samuel p. clemens. use getline to read in the string because it contains spaces. also, apparently the shift key on your keyboard doesn’t work, because you enter it all lower case. pass the string to a function which uses .find to locate the letters which need to be upper case and use toupper to convert those characters to uppercase. the revised string should then be returned to main in the form last, first mi where it will be displayed.
Answers: 1
question
Computers and Technology, 22.06.2019 19:30
When using a public computer or network, you should always
Answers: 2
question
Computers and Technology, 23.06.2019 00:30
If joey was single and his taxable income was $9,500, how much would he pay in taxes each year?
Answers: 1
question
Computers and Technology, 23.06.2019 08:00
Which argument is not a valid filter? does not equal this quarter filter by cell color all of these are valid filter arguments.
Answers: 2
You know the right answer?
Create a flowchart for a module named getGrade. The module should accept 1 parameter by value. The p...
Questions
Questions on the website: 13722359