Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a flowchart to calculate and print the salary of 100 employees. Use the following modules: Main module: Process modules, main execution of the flowchart
Write a flowchart to calculate and print the salary of 100 employees. Use the following modules: Main module: Process modules, main execution of the flowchart Input: Get number of days worked and the rate Calculate: If the number of days are greater than or equal to 15, use the full time formula as no_of_days x 200 + 500 Else, use the part time formula as no_of_days x 200 Print: Display the salary
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started