Question: USE A RAPTOR creates a Raptor program that inputs a list of employee names and salaries stored in parallel arrays. The salaries should be floating
USE A RAPTOR
creates a Raptor program that inputs a list of employee names and salaries stored in parallel arrays. The salaries should be floating point numbers in increments of 100 (where a salary of $36,000 should be input as 36.0 and a salary of $85,900 should be input as 85.9). Students program finds the mean (average) and displays the names and salaries of employees who earn within a range of $5,00 from the mean (where if the mean salary is $45,000, all employees who earn between $40,000 and $50,000 should be displayed). Student declares and uses valid variables and arrays with the appropriate datatypes. Student evaluates the input, processes the data and determines the appropriate solution. Student creates formulas that can produce correct results. Student shows mastery of algorithm design. Student incorporates logical conditions that covers all boundaries specified by the problem. Student uses defensive programming techniques. Student shows strong evidence of applying program development strategies as discussed in the reading
USE A RAPTOR
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
