Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You are required to develop a program that prompts users to enter marks for three assessments ( FA 1 [ contribute 2 5 % toward
You are required to develop a program that prompts users to enter marks for three assessments
FAcontribute toward final mark SAcontribute toward final mark and SAcontribute
toward final mark for a module: Android Development HASD The program then
calculate the final mark for the module. Based on the final mark, it must provide a statement
indicating whether the student passed with distinction, passed on average, failed but qualifies for
supplementary, or failed below average.
Hints:
Failed below average
failed but qualifies for supplementary
passed on average
passed with distinction
Remember that you must create a Graphical User Interface GUI application using NetBeans IDE,
you need to use text fields to captureinput marks and labels to deliver outputs. The logic for
capturing marks and calculating the result would remain similar, but the code structure and UI
components would be different. Additionally, you need to use the following buttons:
Capture Marks button calculates the marks the student got in this module and display the results.
Clear button clears out all entries after calculations are completed.
Exit button quits the programapplication
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started