Computers and Technology

#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!

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 09:00, sabahfayaskhan
Which best describes the condition under which the unicode output is the same as plain text?
Answers: 3
image
Computers and Technology, 23.06.2019 06:30, arguellesjavier15
Who can provide you with a new password when you have forgotten your old one? your provide you with a new password in case you forget your old one.
Answers: 3
image
Computers and Technology, 24.06.2019 00:00, Kaylaonfleek0956
Consider the series where in this problem you must attempt to use the ratio test to decide whether the series converges. compute enter the numerical value of the limit l if it converges, inf if it diverges to infinity, minf if it diverges to negative infinity, or div if it diverges but not to infinity or negative infinity.
Answers: 1
image
Computers and Technology, 24.06.2019 00:00, miguelturner
Which tool could be used to display only rows containing presidents who served two terms
Answers: 3
Do you know the correct answer?
#Write a function called get_grade that will read a #given .cs1301 file and return the student's gra...

Questions in other subjects:

Konu
Business, 22.06.2019 04:30
Konu
Mathematics, 22.06.2019 04:30