Answered step by step
Verified Expert Solution
Question
1 Approved Answer
only need the psuedocode, thank you to anyone who answers it. CIT 120- Computational Thinking Chapter 4 Programming Problenm A program is needed that will
only need the psuedocode, thank you to anyone who answers it.
CIT 120- Computational Thinking Chapter 4 Programming Problenm A program is needed that will prepare a contract labor report. The input will contain the employee name, job performed, hours worked per day, and a code. Journeyman employees have a code of J, apprentices a code of A, and casual labor a code of C. The output consists of the employee name, job performed, hours worked, and pay. Journeyman employees receive $15.00 per hour. Apprentices receive $13.00 per hour. Casual labor receives $10.00 per hour This problem should be solved using either a case structure or nested-if st first have the flowchart and pseudocode completed, enter this program into QBasic in order to test your solution. In the QBasic program, you should display the Pay in currency format using a PRINT USING statement. ructure. Once you You should turn in the Visio file containing the flowchart and pseudocode. You will also turn in your QBasic file. (Be sure to submit the .bas file, not the exe file.) You may use the following sample data for testing purposesStep 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