Recent content by blueblurry_23

  1. B

    Student Information and Grading System for Java Programming

    import java.io.*; public class addstud { public addstud() { } public void addnew()throws Exception { BufferedReader input=new BufferedReader(new InputStreamReader(System.in)); BufferedReader readFile=new BufferedReader(new FileReader("Studinfo.itp")); BufferedWriter writeFile=new...
  2. B

    Student Information and Grading System for Java Programming

    How to do this part of the program...... 1)c. Add New Student Grade • This will ask the user to input the student number and grades from Prelim to Finals and will automatically compute for the subject grade, but before saving the grades to the file, it should check if the student has an existing...
  3. B

    Student Information and Grading System for Java Programming

    Hello, good day, can you please help me building this program im having such a hard time doing this specially with the part of c. Changing user account and d. Edit Existing Student Grades....your help will be very much appreciated and my scholarship depends on this program and i hope you can...