Question: This for beginners. Write ipo chart and make a program Hammerschlag Corp needs a program to help compute raises for their employees. When the program
This for beginners. Write ipo chart and make a program Hammerschlag Corp needs a program to help compute raises for their employees. When the program begins, the user will be prompted to enter a current salary. T.hen a raise will be computed according to the following table: Old Salary up to $14,999.99 $15,000.00 to $49,999.99 $50,000.00 to $99,999.99 $100,000.00 and higher Ater the raise is 7% 10% it will be added to the current salary to give the new salary. Thare will be 2 outputs - the raise and the new salary, then the program will stop test data.) Use no"commas for larger numbers though. (i.e. $123456.00 not $123,456.00) ow decimals. Show a dollar sign on the input prompt, and on the output- along with 2 deoimal places only hat dolar signs are for display only - you CANNOT use dollar signs inside IF statements you need to use a ignore that There are 2 ways to do that-either a series of several separate IF s tatements each using a logic function (AND, which is && inC) OR You may nest the IF in which case you do not need, and may not use any logic functions Your Instructor will not test your program with any inputs other than numeric values, so no error checking at all is Do not declare any needed- and none is allowed appropriate variable names and good comments, and an easy to road (well spaced) program 2) Write up an IPO chart for this problem. Be sure to have an "Input, Processing, Output and Algoeithm part
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
