Draw a flow chart or create pseudo code to represent the


Problem

1. Draw a flowchart or write pseudo code to represent the logic of a program that allows the user to enter two values. The program outputs the sum of the two values.

2. Draw a flow chart or write pseudo code to represent the logic of a program that allows the user to enter three values. The values represent hourly pay rate, the number of hours worked this pay period, and percentage of gross salary that is withheld. The program multiplies the hourly pay rate by the number of hours worked, giving the gross pay. Then, it multiplies the gross pay by the withholding percentage, giving the withholding amount. Finally, it subtracts the withholding amount from the gross pay, giving the net pay after taxes. The program outputs the net pay.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Draw a flow chart or create pseudo code to represent the
Reference No:- TGS02646993

Expected delivery within 24 Hours