Develop a java program that prompts the user for the following information about a student using consecutive input dialogs:
- First name
- Last name
- Grades for 7 project, 2 HomeWorks and 4 exams and number of classes student attended (there are 28 class sessions per semester)……………..Report all input data plus
- Percentage of grade for projects
- Percentage of grades for tests
- Percentage of class attendance
- Percentage of grade for class
using a dialogue box……….MUST BE DONE IN ECLIPSE USING JVE-11