The human resources manager wants a program that calculates the result if she gives an employee a raise in sal?
Sunday, July 4th, 2010The human resources manager wants a program that calculates the result if she gives an employee a raise in salary. The output is the projected salary with the raise. The input is the current salary and the percentage increase expressed as a decimal (for example, 0.04 for a 4 percent raise). Design the interactive screen, then draw a flowchart for a program that accepts the input and produces the report.
You only need to look at the question to formulate the answer. Skip the interactive screen for now because that is only a 5-minute art activity. Look at what is being asked by examining the verbs and the subjects in the sentence.
Who or what will do these Actions? Human resource personnel, computer
What will they do? Input data to raise the salaries of people in the company by 4%
What will then happen? Computer will accept the data, then change the current data by 0.04
What will be the last part? Computer will produce a report showing the increases.
You have your answer by looking at the question.
