Introduction to Programming Develop a complete Java program for software application that related to Project in Computin
Posted: Tue Jul 12, 2022 8:05 am
Introduction to Programming Develop a complete Java program for software application that related to Project in Computing (PIC) Calculation system. This system will first receive the current semester and total number of students in the PIC class. Based on the number of students, it will receive each of the student name, matric number, the marks for proposal, the marks for article, the marks for presentation and the marks for final report. The percentage of each component is shown in table below: Components Proposal Article Presentation Final Report The system then will calculate the total marks and generate the grade and grade point for each student based on the following grading system: . . Grade A+ A A- B+ B B- C+ C C- D+ D F Mark Scale 90-100 80-89 75-79 70-74 65-69 60-64 55-59 50-54 Marks % 15 35 10 40 45-49 40-44 35-39 0-34 All the information of the students needs to include to an ARRAY OF OBJECT, so that all the information of each student can be viewed, searched, edited or deleted. Grade Point 4.00 (Excellent Your application should fulfill the following requirements. Suitable GUI 4.00 (Excellent) 3.67 (Good) 3.33 (Good) 3.00 (Good) 2.67 (Satisfactory) 2.33 (Satisfactory) 2.00 (Fail) 1.67(Fail) 1.33 (Fail) 1.00 (Fail) 0.00 (Fail) Use selection statements Use repetition statements Use arrays of objects Check the valid and invalid input Search a particular record Edit a particular record Delete (remove) a particular record