Java programmers please help
The ICT faculty has taken a firm decision to assess students using continuous assessment. Consequently, the final mark of PPA115D/TRO115D students will be calculated using the following formula: Final mark = ASSIGNMENT1 * 0.05 + ASSIGNMENT2 * 0.05 + ASSIGNMENT3 * 0.05 + ASSIGNMENT4 * 0.05 + FIRST_BEST_SEMESTER_TEST * 0.2 + SECOND_BEST_SEMESTER_TEST * 0.2 + SUMMATIVE_ASSESSMENT * 0.4 A final mark of 50% and above gives a student a pass, anything else is a fail. Create an application that will allow a student to determine her/his final mark. The application must allow a student to enter percentage marks of the following assessments: First four assignments Three semester tests and Final summative test The application must determine the best two semester tests and include them in the formula. The application must display the final mark and a message that states whether a student has passed or failed. To do Create an application called FinalMarkCalculatorApp.java which will meet the