Computers and Technology

Write a python program: assignment: a professor at hardtack university has an unusual method of grading. the students may or may not all take the same number of tests. the individual tests are weighted, and these weights are used to compute the student's average. important: the weights for all of the tests for a given student must add to 100. assuming that w1 wn are the weights, and g1 gn are the grades, the average is computed by the formula: ((w1 * g1) + (w2 * g2) + + (wn * gn)) / 100the names of the students and their grades, with weights, are stored in a text file in the format firstname lastname w1 g1 w2 g2 wn gnwrite the program weightedaverage. py. ask the user to enter the name of a file of grades. compute and print each student's average, using the formula given above. then compute and print the class average, an average of the individual averages. format all averages to one decimal place. note the weights for each student will always add up to 100.for example, if the text file contains: billy bother 20 89 30 94 50 82hermione heffalump 40 93 60 97kurt kidd 20 88 30 82 40 76 10 99then the output might look like this: billy bother's average: 87.0hermione heffalump's average: 95.4kurt kidd's average: 82.5class average: 88.3

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 18:00, alexj29227405
Write a method named addall that could be placed inside the hashintset class. this method accepts another hashintset as a parameter and adds all elements from that set into the current set, if they are not already present. for example, if a set s1 contains [1, 2, 3] and another set s2 contains [1, 7, 3, 9], the call of s1.addall(s2); would change s1 to store [1, 2, 3, 7, 9] in some order. you are allowed to call methods on your set and/or the other set. do not modify the set passed in. this method should run in o(n) time where n is the number of elements in the parameter set passed in.
Answers: 2
image
Computers and Technology, 22.06.2019 22:30, jacob7542
The qwerty keyboard is the most common layout of keys on a keyboard
Answers: 3
image
Computers and Technology, 23.06.2019 22:20, Izzyfizzy
Read “suburban homes construction project” at the end of chapters 8 and 9 (in the textbook) and then develop a wbs (work breakdown structure) in microsoft excel or in microsoft word (using tables)
Answers: 1
image
Computers and Technology, 25.06.2019 08:00, krishawnnn
In researching his history report about the civil war, why is ariq most likely to use secondary data than primary data? secondary data provides a starting point to find primary data. secondary data is easier and less time consuming to find. secondary data is always more reliable and credible. secondary data eliminates the need for other research.
Answers: 1
Do you know the correct answer?
Write a python program: assignment: a professor at hardtack university has an unusual method of grad...

Questions in other subjects:

Konu
Mathematics, 18.11.2020 16:50