Question: Will upvote guaranteed. Please answer my java programming assignment, it's due in a couple days and I have posted screenshots for clarity. I will upvote,
Will upvote guaranteed. Please answer my java programming assignment, it's due in a couple days and I have posted screenshots for clarity. I will upvote, please and thank you. Everything in java please.



In this assignment, you implement a system for storing the personal information of stu- dents and teachers of a school in a comma-separated values (csv) file 1 Problem Specification In order to implement the systemm, you need to write a java program that gets the personal information of individuals from the console and store it in different rows of the output csv file. 1.1 Input Format User enters personal informution of " students and leachens usig the command ine in the following format Position, Nane, StudentID, TeacherlD, Phone, Positiona Name, StudentID, TeacherID. Phonez Positions Names StudentlD, TeacherlD, Phones Position, Name, StudentID, TeacherlD, Phone, Please note that the first line contains only an integer counting the number of lines following the first line In each of the n given input lines, . Position must be one of the following three strings "student", "leacher" or "TA" . Name must be a string of two words separated by a single comma only . StudentID and TeacherlD must be a string of S digits . Phone is a string of 10 digits. If the user enters an individual information in?wrong format, the method controlling the standard input stream must throw an exception. In order to handle such exception, the program should ask the user to re-enter the individual information that was previously entered in a wrong format. Your program must consider and handle other exceptional inputs. 1.2 Data Structure, Interface and Classes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
