Question: Write a program that asks the user to enter hours worked and rate of pay for a week.The program should calculate the persons weekly pay
Write a program that asks the user to enter hours worked and rate of pay for a week.The program should calculate the persons weekly pay by multiplying the two numbers (note: noovertime). The program should then display the weekly pay amount and one of the followingmessages, based on the criteria shown. I love this jobIf Weekly Pay is at least $2,000 I like this jobIf Weekly Pay is at least $500 but not over $2,000 I kind of like this jobIf Weekly Pay is below $500 Use structured pseudocode as demonstrated in the lectures for code, ensure that all variables aredeclared, prompt the user for the appropriate input, and display a meaningful output message. Ensurethat the provided weekly pay and hours worked are greater than 0. (IN C# PLEASE)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
