$15.00 IT210 - Sequential and Selection Processing Control Structure - GUARANTEED A+
- This tutorial was purchased 2 times and hasn't been rated yet.
- Posted on Oct 27, 2008 at 6:42:11PM
A:
Preview: ... se (Salary <= 14999.99)<br>Set Base_Tax = 1465.00<br>Set Rate = .25<br>Set Excess = Salary – 8000.00<br>end if<br>Set taxes = Base_Tax + (Excess*Rate)<br>End Calculate_Taxes<br><br>Output Taxes<br><br>Display “Salary = $“, Salary, “taxes = $”, Taxes<br>Display “Welcome to the world of the progressive tax system”<br><br>End Output Taxes<br><br><br>Test Values<br>Input Expected Output Comments<br>Salary = 0.0 Error Message<br>Salary = 0.0<br>Taxes = 0.0 input out of valid range<br>Salary = 15000.00 Error Message<br>Salary = 0.0<br>Taxes = 0.0 input out of valid range<br>Salary = 0.01 Salary = 0.01<br>Taxes = 0.0015 lower limit of first tax interval<br>Salary ...
The full tutorial is about 358 words long plus attachments.
Attachments:
sequential and selection processing Control Structure - Solution-2.doc (104K) (Preview)
$5.00 IT210 - Sequential & Selection - Appendix G (28/30) Includes Instructor's Cirteria and graded info of this assignment
- This tutorial was purchased 44 times and rated A+ by students like you.
- Posted on Oct 28, 2008 at 03:46:49PM
A:
Preview: ... Salary = 3,000.00 to 4,999.99 THEN SalaryRange = 3<br>IF EmployeeSalary = 5,000.00 to 7,999.99 THEN SalaryRange = 4<br>IF EmployeeSalary > 8,000.00 THEN SalaryRange = 5<br>END SalaryRange Module<br><br>BaseTax Module<br>IF SalaryRange = 1 THEN BaseTax = 0<br>IF SalaryRange = 2 THEN BaseTax = 225<br>IF SalaryRange = 3 THEN BaseTax = 465<br>IF SalaryRange = 4 THEN BaseTax = 825<br>IF SalaryRange = 5 THEN BaseTax = 1425<br>END BaseTax Module<br><br>ExcessSalaryAmount Module <br>Set ExcessSalaryAmount = EmployeeSalary - 1500<br>END ExcessSalaryAmount Module<br><br><br><br><br><br>ExcessTaxPercent Module <br>IF SalaryRange = 1 THEN ExcessTaxPercent = .15<br>IF SalaryRange = 2 THEN ExcessTaxPercent = .16<br>IF SalaryRange = 3 THEN ExcessTaxPercent = .18<br>IF SalaryRange = 4 THEN ExcessTaxPercent = .20<br>IF SalaryRange = 5 THEN ExcessTaxPercent = .25<br>END ExcessTaxPercent Module<br><br>ExcessTax Module<br>Set ExcessTax = ExcessSalaryAmount * ExcessTaxPercent<br>END ExcessTax Module<br><br>TotalTax Module<br> Set TotalTax = BaseTax + Exces ...
The full tutorial is about 997 words long plus attachments and additional clarification.
Attachments:
IT210_PayrollSystem_Wk3Day5_Graded.doc (85K) (Preview)
$12.00 ^Where's the ELSEIF?^ I guarantee 100% using my tutorial as a guide. Just check my feedback!!!
- This tutorial was purchased 1 time and hasn't been rated yet.
- Posted on Mar 05, 2009 at 02:59:57PM
A:
Preview: ... t Results Module<br>End Program<br><br>Input Module<br> Print “This program allows the user to find the”<br> Print “exact tax due on an employee’s salary.”<br> Print “”<br> Print “Please enter a salary below $15,000 now - $”<br> Print “Enter 0 to end the program.”<br>Input Salary<br>If Salary = 0 Then End Program<br>ElseIf Salary >= 15000 or Salary < 0 Then <br>Repeat<br>Print “Please enter a v ...
The full tutorial is about 283 words long plus attachments.
Attachments:
CheckPoint - Sequential and Selection Processing Control Structure.doc (34K) (Preview)
$5.00 Sequential and Selection Processing Control Structure - Received A+ and so will you!!
- This tutorial was purchased 9 times and hasn't been rated yet.
- Posted on May 25, 2009 at 5:24:44PM
A:
Preview: ... al and Selec ...
The full tutorial is about 7 words long plus attachments.
Attachments:
Sequential and selection Process Control Structure.doc (24K) (Preview)
$4.00 CheckPoint: Sequential and Selection Processing Control Structure
- This tutorial was purchased 2 times and hasn't been rated yet.
- Posted on Sep 09, 2009 at 9:01:29PM
A:
Preview: ... n Processing ...
The full tutorial is about 7 words long plus attachments.
Attachments:
it210_appendix_g-Anthony Goddard.doc (52K) (Preview)