subject

Write the definition of the class tests such that an object of this class can store a student's first name, last name, five test scores, average test score, and grade. (use an array to store the test scores.) add constructors and methods to manipulate data stored in an object. among other things, your class must contain methods to calculate test averages, return test averages, calculate grades, return grades, and modify individual test scores. the method tostring must return test data (including student's name, five test scores, average, and grade) as a string.

write a program to calculate student's average test scores and the grade. you may assume the following in put data:
read these from a file
jack johnson 85 83 77 91 76
lisa aniston 80 90 95 93 48
andy cooper 78 81 11 90 73
ravi gupta 92 83 30 69 87
bonny blair 23 45 96 38 59
danny clark 60 85 45 39 67
samantha kennedy 77 31 52 74 83
robin bronson 93 94 89 77 97
sheila sunny 79 85 28 93 82
kiran smith 85 72 49 75 63

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 15:30
Write a program in plp assembly that counts up by one starting from zero (or one) inside a loop and writes this value to the leds every time the value is increased. the memory address of the leds is 0xf0200000. the table below shows the meaning and an example usage of the instructions covered in the video, plp instructions for project 1. instruction example usage meaning load immediate li $t0, 8 register $t0 is set to the value, 8. store word sw $t2, 0($t1) the value in register $t1 is used as the memory address. the value in register $t2 is copied into this memory address. add addiu $t4, $t3, 29 register $t4 is assigned the sum of 29 and the value in register $t3. jump j your_label_name the program jumps to the line following the label, "your_label_name: ". label your label name: defines a label called "your_label_name: " that can be jumped to
Answers: 2
question
Computers and Technology, 24.06.2019 07:00
Why do we mark tlc plates with pencil and not with pen
Answers: 2
question
Computers and Technology, 24.06.2019 11:20
William travels a lot on business purpose. he needs to regularly communicate with his business partner. he also needs to send out weekly reports to his boss while he is traveling. which web-based application best suits william’s needs? (social media, webmail, wiki) is the best web-based application for william. he can access this application via the internet using a (digital cable, fax machine, web browser).
Answers: 1
question
Computers and Technology, 24.06.2019 13:10
Write a program that has a conversation with the user. the program must ask for both strings and numbers as input. the program must ask for at least 4 different inputs from the user. the program must reuse at least 3 inputs in what it displays on the screen. the program must perform some form of arithmetic operation on the numbers the user inputs. turn in your .py file as well as a screenshot of your program's output. include comments in your code to explain how it works an example program run might look like (have fun with this and be creative): ‘what is your name? ’ “josh” ‘, josh. what is your favorite color? ’ “green” ‘mine too. do you also like ice cream? ’ “no” ‘josh, how old are you? ’ “40” ‘ and how many siblings do you have? ’’ “3” ‘that means you are one of 4 kid(s). is green the favorite color of anyone else in your house? ’
Answers: 3
You know the right answer?
Write the definition of the class tests such that an object of this class can store a student's firs...
Questions
question
History, 02.04.2020 20:46
Questions on the website: 13722367