Question
Design a Java program using IntelliJ IDE based on the scenario below. Imagination Computer Corp is a computer educator corporation that offers an Office Productivity
Design a Java program using IntelliJ IDE based on the scenario below.
Imagination Computer Corp is a computer educator corporation that offers an Office Productivity training module. Part of the module is the materials and a set of meals needed during the training sessions. The training fee per person is 1000.00. Below is the discount table.
Discount Table
# of Participants
Discount Factor
1 - 10
10 percent Discount
11 20
15 percent Discount
20 up
20 percent Discount
Your program should input the No. of the participant and evaluate the applicable discount based on the discount table, display the Total Amount Payable as the final output of the program.
Note: Always consider UX in developing program. Consider system flow and information are available.
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