Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since:
Apr 2017
Last Sign in:
103 Weeks Ago, 3 Days Ago
Questions Answered:
4870
Tutorials Posted:
4863
Education
MBA IT, Mater in Science and Technology
Devry Jul-1996 - Jul-2000
Experience
Professor
Devry University Mar-2010 - Oct-2016
Category > ProgrammingPosted 05 May 2017My Price8.00
calculate gross pay
initialize count to 1 while the employee count is less than or equal to 3 prompt the user for the hours worked for the current employee input the hours worked for the current employee prompt the user for the employee’s hourly rate input the employee’s hourly rate
if the hours input is less than or equal to 40 calculate gross pay by multiplying hours worked by hourly rate else calculate gross pay by multiplying 40 by the hourly rate, then adding the product of the number of hours worked above 40 and 1.5 times the hourly rate
display the employee’s gross pay increment the employee count end while