subject

Create a program that solves the following problem: Professor Z keeps track of his students in an excel spreadsheet (see file called Students. csv). It contains the student name, class number, class name and final grade in that class. He wants to create a program that allows him to do the following: i. Type in a student’s name and print out all information associated with that student (class number, class name and final grade) to screen. ii. Type in a class name and output a file with the names of all students that took the class. iii. Type in a class name or class number and get back the overall average grade of all students that took that class (printed to screen). iv. Exit the program. (THE PROGRAM SHOULD RUN CONTINUOUSLY UNTIL EXIT IS ENTERED) Feel free to create any additional methods, classes or packages to help you code. You must use the FileHandle class created to deal with files. Don’t forget to put the file Students. csv in the project folder when testing your program-DO NOT HARDCODE any information from the file as we will be using multiple files to test your code.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:10
Consider a direct-mapped cache with 216 words in main memory. the cache has 16 blocks of 8 words each. it is a word-addressable computer (rather than a byte-addressable computer which we normally discuss). (a) how many blocks of main memory are there? (b) what is the format of a memory address as seen by the cache, that is, what are the sizes of the tag, cache block, and block offset fields (if they apply)? (c) to which cache block will the memory reference db6316 map?
Answers: 1
question
Computers and Technology, 23.06.2019 01:20
Write a function balancechemical to balance chemical reactions by solving a linear set of equations. the inputs arguments are: reagents: symbols of reagents in string row array products: symbols of products in string row array elements: elements in the reaction in string row array elcmpreag: elemental composition of reactants in two dimensional numeric array elcmpprdcts: elemental composition of prducts in two dimensional numeric array hint: the first part of the problem is setting up the set of linear equations that should be solve. the second part of the problem is to find the integers from the solution. one way to do this is to mulitiply the rational basis for the nullspace by increasing larger integers until both the left-and right-side integers exist. for example, for the reaction that involves reacting with to produce and : reagents=["ch4", "o2"]; products =["co2", "h2o"]; elements =["c","h", "o"] elcmpreag=[1,4,0;
Answers: 3
question
Computers and Technology, 23.06.2019 04:00
In a word processing program, such as microsoft word, which feature to you choose the desired picture enhancement?
Answers: 2
question
Computers and Technology, 23.06.2019 13:30
Spoons are designed to be used for: spring hammering. applying body filler. identifying high and low spots. sanding highly formed areas.
Answers: 3
You know the right answer?
Create a program that solves the following problem: Professor Z keeps track of his students in an ex...
Questions
question
Mathematics, 17.12.2020 18:10
question
Biology, 17.12.2020 18:10
question
Mathematics, 17.12.2020 18:10
Questions on the website: 13722362