In chapter two of the textbook (IPO) , the pay calculating program, the author is inputting the hours and the payRate to calculate the grossPay. The following Pseudocode is partially showing the solution. Your textbook is converting this pseudocode into a flowchart in Fig2.2 and Fig 2.3. Here is the Draw.io website: https://app.diagrams.net/ Can you find out what is missing from the Pseudocode and the flowchart? Use the draw.io online program and re-draw the flowchart correctly. Display "Enter the number of hours the employee worked." Input hours Display "Enter the employee's hourly pay rate." Input payRate Set grossPay = hours * payRate Display "The employee's gross pay is $", grossPay Please note that both the start and end terminal symbols are ovals and the connectors are circles.
In chapter two of the textbook (IPO) , the pay calculating
Here is the Draw.io website: https://app.diagrams.net/
Can you find out what is missing from the Pseudocode and the flowchart? Use the draw.io online program and re-draw the flowchart correctly.
Display "Enter the number of hours the employee worked."
Input hours
Display "Enter the employee's hourly pay rate." Input payRate
Set grossPay = hours * payRate
Display "The employee's gross pay is $", grossPay
Please note that both the start and end terminal symbols are ovals and the connectors are circles.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images