subject

#Write a function called get_grade that will read a #given .cs1301 file and return the student's grade. #To do this, we would recommend you first pass the #filename to your previously-written reader() function, #then use the list that it returns to do your #calculations. You may assume the file is well-formed. # #A student's grade should be 100 times the sum of each #individual assignment's grade divided by its total, #multiplied by its weight. So, if the .cs1301 just had #these two lines: # # 1 exam_1 80 100 0.6 # 2 exam_2 30 50 0.4 # #Then the result would be 72: # # (80 / 100) * 0.6 + (30 / 50) * 0.4 = 0.72 * 100 = 72 #Write your function here!

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:20
Write a program that reads a file consisting of students’ test scores in the range 0–200. it should then determine the number of students having scores in each of the following ranges: 0–24, 25–49, 50–74, 75–99, 100–124, 125–149, 150–174, and 175–200. output the score ranges and the number of students. (run your program with the following input data: 76, 89, 150, 135, 200, 76, 12, 100, 150, 28, 178, 189, 167, 200, 175, 150, 87, 99, 129, 149, 176, 200, 87, 35, 157, 189.)
Answers: 3
question
Computers and Technology, 24.06.2019 00:00
The gene form of a trait is called a(n) 
Answers: 2
question
Computers and Technology, 24.06.2019 15:30
What is not a type of text format that will automatically be converted by outlook into a hyperlink?
Answers: 1
question
Computers and Technology, 24.06.2019 23:30
Adrian has decided to subscribe for a new internet connection. he wants a high speed connection so that he can stream video content smoothly. which access technology would you advise adrian against using?
Answers: 1
You know the right answer?
#Write a function called get_grade that will read a #given .cs1301 file and return the student's gra...
Questions
question
Mathematics, 24.04.2020 20:14
question
English, 24.04.2020 20:14
question
Mathematics, 24.04.2020 20:14
Questions on the website: 13722363