Demonstrate your analytical and problem-solving skills in


Will be using Raptor Flowcharting Program. Link to free download - https://raptor.martincarlisle.com/

Activity Objective-  Demonstrate your analytical and problem-solving skills in analyzing a problem statement and providing your solution by developing a Raptor program that addresses those issues expressed in the problem statement.  

Activity Statement- XYZ company, which is located in Huntsville, AL, requires a validation program that will allow the staff at the payroll department to prompt him/her to enter an employee's hourly pay rate and the number of hours worked, validate the entries, and compute the gross pay. The payroll staff can input only pay rates in the range of $7.50 through $18.25 and hours in the range of 0 through 40 are accepted. Design a Raptor program that will accepts the entries for the hourly pay rate and the number of hours, validate them, compute the gross pay, and display the entries (i.e. Hourly pay rate, number of hour) and the gross pay.

Activity Instructions-

  1. You have only one attempt to submit. Therefore, be sure that you are submitting and uploading the correct solution. If you submit the wrong version, you will not be allowed to resubmit the solution. It is your responsibility to ensure that you did upload the correct solution!
  2. Launch the Raptor Flowcharting Program and be sure that the mode option is set on "Intermediate" since modules (procedures not subcharts) are implemented in the solution.
  3. Develop a Raptor program using the following criteria:-Run the program so that it is free of any syntax errors and any logical errors.The program will consists of four modules (procedures not subcharts) namely the main( ) module, the inputData( ) modulecomputeGrossPay( ) module, and printData( ) module.
  4. The main( ) module will call the inputData( ) module to obtain values for both the number of hours worked and the hourly pay rate for the employee.
  5. The purpose of the inputData( ) module is to allow the payroll staff enter the data associated with the hourly pay rate and the hours worked and validate them
  6. The purpose of the computeGrossPay( ) module is to compute the gross pay of the employee and send it back to the calling module which is the main( ) module.
  7. The purpose of the printData( ) module is called by the main( ) module. Its purpose is to display the data found in the three variables hourly pay rate, number of working hours, and the gross pay after receiving the values of those variables from the main( ) module.
  8. The computation statement with respect to gross pay is Gross pay = hourly pay rate * number of hours worked 
  9. Use only local variable. Do not use global variables.
  10. Include appropriate documentation as well as initialize variables.
  11. Upload flowchart code solution as a .rap file

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Demonstrate your analytical and problem-solving skills in
Reference No:- TGS02797418

Now Priced at $30 (50% Discount)

Recommended (96%)

Rated (4.8/5)