Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help me with 3, 5, and 7!!! C# ONLY, and please show work!! Thanks!! 3. Write a program named Move EstimatorGUI that prompts a
Please help me with 3, 5, and 7!!! C# ONLY, and please show work!! Thanks!!
3. Write a program named Move EstimatorGUI that prompts a user for the number of hours for a moving job and the number of miles involved in the move. After the user clicks a Button, display the moving fee which includes a base rate of $200 plus $150 per hour and $2 per mile. Write a GUI program named EggsInteractiveGUI that allows a user to input the number of eggs produced in a month by each of five chickens. Sum the eggs, then display the total in dozens and eggs. For example, a total of 127 eggs is 10 dozen and 7 eggs 4. 5. Write a GUI program named MakeChangeGUI that calculates and displays the conversion of an entered number of dollars into currency denominations-twenties tens, fives, and ones. For example, S113 is 5 twenties, 1 ten, O fives, and 3 ones. Write a GUI program named TestsInteractiveGUI that allows a user to enter scores for five tests he has taken. Display the average of the test scores to two decimal places. 6. 7. Create an enumeration named Month that holds values for the months of the year starting with JANUARY equal to 1. (Recall that an enumeration must be placed within a class but outside of any method.) Write a GUI program named MonthNamesGUI that prompts the user for a month integer. Convert the user's entry to a Month value, and display itStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started