subject

Problem 3- Create a program. Submit a folder called src2 with all packages and classes. You will create a program that can read in ANY file with headers. The program should allow the user to type in two of the columns (other than the first column) and take the average of the two columns. Finally, the program should print to screen the average along with the first column information and allow the user to make an output file with exactly the same information you printed to screen. Notes: 1. You are reading in the information as a spreadsheet, meaning you do not need to make objects to hold information (which you would not be able to do anyways since we do not know what information we will be receiving in our file). 2. You should keep all your FileIO methods in one class (see the previous assignment and class code) and call them when necessary. You can decide whether or not to keep this class in a separate package or keep it in the same package as the class that holds your main. Make sure the class is included when you turn in your assignment. 3) DO NOT CODE ALL THE WORK OF THE PROGRAM IN MAIN-there will be no credit for this assignment if you do not use a minimum of 3 methods to do the work of your program. You should keep these methods in the same class as your main. You should call the class containing the main method AvgMain and it should be kept in a package of the same name.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:00
You install teamviewer on your workstation at home so that you can ac ess it when on the road. how can you be assured that unknown users cant access your computer through team viewer?
Answers: 2
question
Computers and Technology, 22.06.2019 11:20
The kurt vonnegut commencement speech, the neiman-marcus chocolate chip cookie recipe, and the get-well emails to the dying boy are examples of select one: a. social engineering b. hoax emails c. email viruses d. worms
Answers: 1
question
Computers and Technology, 23.06.2019 00:40
Consider the following statements: struct nametype{string first; string last; }; struct coursetype{string name; int callnum; int credits; char grade; }; struct studenttype{nametype name; double gpa; coursetype course; }; studenttype student; studenttype classlist[100]; coursetype course; nametype name; mark the following statements as valid or invalid. if a statement is invalid, explain why.a.) student.course.callnum = "csc230"; b.) cin > > student.name; c.) classlist[0] = name; d.) classlist[1].gpa = 3.45; e.) name = classlist[15].name; f.) student.name = name; g.) cout < < classlist[10] < < endl; h.) for (int j = 0; j < 100; j++)classlist[j].name = name; i.) classlist.course.credits = 3; j.) course = studenttype.course;
Answers: 1
question
Computers and Technology, 23.06.2019 09:00
The first screen you see when you open word2016 what is called?
Answers: 1
You know the right answer?
Problem 3- Create a program. Submit a folder called src2 with all packages and classes. You will cre...
Questions
Questions on the website: 13722367