Welcome![Sign In][Sign Up]
Location:
Downloads WEB Code JSP/Java
Title: GradingSystem Download
 Description: Write a program that maintains a of names and scores of students. A student has a name consists of several words and records of scores of varies courses. Each record has a name of the course and the marks the student gets. User can input or import information and scores for students and retrieve them later. To input a score, the user may key in the name of the student, the name of the course and the marks. Your program then try to find the student in the and add or replace the score for the course. If the student can not be found in the , a new student should be created and be put into the . If the course can not be found in the records of the student, a new record for the course should be created, otherwise, the score should be replaced by the newly inputed one. The user can provide name of a .CSV file which contains records of students information to import the data into the . The columns in the .CSV files are: name, course name, score User can input the name of a
 Downloaders recently: [More information of uploader 胡滨]
 To Search:
File list (Check if you may need any files):
 

src\GradeSystem\Course.java
...\...........\GradeSystemImport.java
...\...........\GradeSystemInput.java
...\...........\GradeSystemRetrieveCourse.java
...\...........\GradeSystemRetrieveStudent.java
...\...........\Klass.java
...\...........\Student.java
...\GradeSystem
src
    

CodeBus www.codebus.net