subject

Write a class ssrow. objects of this class should keep track of string name, int score, int weight, string calc. ssrow also has a tostring method that returns this data in order, separated by commas. name + "," + score + "," + weight + "," + calc further design of the ssrow class is left to you. add what you need, but don't get carried away. write a class sswriter that has a main method. for each of the grading categories (lab, reading quizzes, group work, midterm, project, final, instructor discretion), query the user for a score, and create the following ssrow objects: "lab", , 20, "=b1*c1/100" "reading quizzes", , 10, "=b2*c2/100" "group work", , 10, "=b3*c3/100" "midterm", , 20, "=b4*c4/100" "project", , 15, "=b5*c5/100" "final", , 20, "=b6*c6/100" "instructor discretion", , 5, "=b7*c7/100" open a file for output with a file type of csv (say mygrades. csv, for example). write the tostring value for each ssrow to the file. finally, write a row "average",=(d1+d2+d3+d4+d5+d6+d7) open mygrades. csv with excel or libreoffice calc.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:40
Mariah was working on a multimedia presentation that included both video and audio files. the file was huge, and she wanted to send it to her coworker in another office. she needed to reduce the size of the file so that it could be transmitted faster. the utility she used to do this was
Answers: 2
question
Computers and Technology, 22.06.2019 19:20
Write a program that prompts the user to input a string. the program then uses the function substr to remove all the vowels from the string. for example, if str = "there", then after removing all the vowels, str = "thr". after removing all the vowels, output the string. your program must contain a function to remove all the vowels and a function to determine whether a character is a vowel.
Answers: 2
question
Computers and Technology, 22.06.2019 19:30
When using a public computer or network, you should always
Answers: 2
question
Computers and Technology, 23.06.2019 20:00
How much current flows through the alternator brushes? a. 2–5 a b. 25–35 a, depending on the vehicle c. 5–10 a d. 10–15 a
Answers: 2
You know the right answer?
Write a class ssrow. objects of this class should keep track of string name, int score, int weight,...
Questions
question
Mathematics, 25.04.2020 00:44
Questions on the website: 13722363