.1 A cake company wants to represent the logic of a program that allows the user to enter the three values. The first value represents hourly pay rate, the second value represents the number of hours worked on pay day (25 days per month) and the third represents the percentage of gross salary withheld. The program multiplies the hourly pay rate by the number of hours, 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 prints the net pay. 2.1.1 Draw a hierarchical diagram. 2.1.2 Draw the flowchart for this program. 2.1.3 Develop a pseudocode for this program.
2.1 A cake company wants to represent the logic of a
2.1.1 Draw a hierarchical diagram.
2.1.2 Draw the flowchart for this program.
2.1.3 Develop a pseudocode for this program.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps