Hi, I'm new here. I am an IT student in my third week of my first programming class learning the fundamentals such as algorithms, pseudocode, etc.
I do not want to post my pseudocode in the forum because other students taking the same course may be able to cheat.
The information in this forum is very helpful to me.
I have written a pseudocode for a payroll accounting program for an assignment. The program is supposed to calculate the amount of tax due on a specific salary.
I did this by following an example that my instructor posted. This is my first attempt at pseudocode and I am really unsure of myself.
If you will give me permission, I will send my pseudocode to you in a private message. This will prevent cheating from other students.
This is the table that my pseudocode is based on:
Salary Range Base Tax % of Excess
0.00-1,499.99 0.00 15 %
1,500.00-2,999.99 $225.00 16 %
3,000.00-4,999.99 $465.00 18 %
5,000.00-7,999.99 $825.00 20 %
8,000.00-14,999.99 $1425.00 25 %