Try to study the class notes you have taken during the course and the textbook. They give valuable information. For flowcharts, try the following article:
http://en.wikipedia.org/wiki/Flowchart
You will have to understand the basics before you can design and code a programme, or its pseudocode.
You need to come up with a pseudocode or a flowchart before you can do the desk check.
For more information on desk check, read your textbook, or try the following article:
http://ironbark.bendigo.latrobe.edu.au/subjects/PE/2005s1/other_resources/desk_check_guide.html
I have just started a basic class in programming and I am totally lost. Can someone help me out? I have to write pseudocodes and create flowchart and don't have a clue. I need help with the following: flowchart, pseudo-code, Input and Output variables, and also an Program Desk Check for the following problem:
A small startup software developer company needs to create a program that will calculate the pay of its employees. For the first version of the program, the company wants the program to accept an employee’s name, the number of hours the employee worked, and the hourly pay rate. The program will then calculate the gross pay, display the employee’s name, number of hours worked, pay rate, and gross pay.
I don't even know where to start, Thanks In Advance!
3 answers
Besic
A small startup software developer Company needs to create a program that will calculate the pay of its employees. For the third version of the program, the company wants the program to accept an employee’s name, the number of hours the employee worked, and the hourly pay rate. The program will then calculate the gross pay, display the employee’s name, number of hours worked, pay rate, and gross pay, and calculate and display the net pay of the person after taxes have been calculated and deducted.