Question: Construct a solution algorithm for the following problems. Your solution should contain: JAVA PROGRAM A defining problem A pseudo code algorithm A desk check of

Construct a solution algorithm for the following problems. Your solution should contain: JAVA PROGRAM
A defining problem
A pseudo code algorithm
A desk check of the algorithm
Three test cases for each question. Two valid and one error test case
There is a mid-year bonus scheme in a sales organisation based on the sales performance for the first half of the year and only payout if the sales performance is on target or more (100% or more). The mid-year bonus is computed using the formula below,
Employees salary details are maintained in a file that contains employee ID, employee name and employee salary. Design an algorithm that will prompt for and receive the sale performance in percentage and compute the mid-year bonus for each employee in the file and print the employee ID, employee name and bonus.
midyear bonus= employee salary x (sales performance(%)/200)
 Construct a solution algorithm for the following problems. Your solution should

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!