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, 21.06.2019 23:00
Describe in pseudocode an algorithm that given an integer n and a linked list of elements increases the linked list by a factor of n by replacing each element in the original list with n copies of that element. for example, if l: [18, 7, 4, 24, 11] and n = 3 the resulting list should be l: [18, 18, 18, 7, 7, 7, 4, 4, 4, 24, 24, 24, 11, 11, 11]. if the value of n is less than or equal to 0, the list should be empty after the call. what’s the running time of your algorithm?
Answers: 3
question
Computers and Technology, 22.06.2019 23:00
Which factor is the most important when choosing a website host? whether customers will make secure transactions the number of email accounts provided the purpose of the website the quality of the host control panel
Answers: 3
question
Computers and Technology, 23.06.2019 11:30
Auser is given read permission to a file stored on an ntfs-formatted volume. the file is then copied to a folder on the same ntfs-formatted volume where the user has been given full control permission for that folder. when the user logs on to the computer holding the file and accesses its new location via a drive letter, what is the user's effective permission to the file? a. read b. full control c. no access d. modify e. none of the above
Answers: 1
question
Computers and Technology, 23.06.2019 17:30
What are the most commonly found items in the trash according to the municipal solid waste report?
Answers: 1
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: 13722363