C++ Project Student Information System?
C++ Project Student Information System?
The Student Information System contains record of students and one record should have following fields about a student Student ID Student Name Student Father Name Registration Number Student Class Address Date of birth The Student Information System should have the following features 1. Register a new Student into School System 2. Update an existing student record 3. Delete an existing student record 4. Search a student record by a. By Student ID b. By Student Name 5. View All Student Records 6. Exit to exit from application Student Information System should also support persistence for student records Supporting simple persistence by any application requires handling of two scenarios On start up of application-data (student records) must be read from file. On end/finish up of application -data (student records) must be saved in file.
{ g="B" } if (ave >= 75 && ave < 80) { g="B-" } if (ave < 75) { g="C" } { case "A": m = "OUTSTANDING" break case "A+": m = "EXCELLENT" break case "A-": m = "GOOD" break case "B+": m = "GOOD" case "B": m = "SATISFACTORY" case "C": m = "PASS" break case "C": m = "PASS" break default: m = "FAIL" } document.write("<h1>",m,"</h1>"); document.write("Your first quarter grade is ", a); document.write("<br/>YOur second quarter grade is ", b); document.write("<br/>Your third quarter grade is ", c); document.write("<br/>Your fourth quarter grade is ", d); document.write("<br/>Your <b>average</b> is ", ave); document.write("<br/>Your <b>letter grade</b> is ", g); </script> </body> </html>