Question: PLEASE help me with 5, 7, 9, 11, 13!! Show work and C# ONLY. Thanks!!! hessage should be generated that indicates the value is outside
PLEASE help me with 5, 7, 9, 11, 13!! Show work and C# ONLY. Thanks!!!

hessage should be generated that indicates the value is outside the range of te decima, but when you comment out the decimal assignment and its output statement, the program should compile correctly. Write a Ca program named InchesToCentmeters that declares a named that holds the number of centimeters in an inch: 2.54. Also declare a var represent a measurement in inches, and assign a value. Display the measurem iable to 97 both inches and centimeter ent in s-for example, 3 inches is 7.62 centimeters 6. Convert the InchesToCentimeters program to an interactive application named nchesToCentimetersinteractive. Instead of assigning a value to the inches variable, accept the value from the user as input. Write a C# program named Projected Raises that includes a named constant representing next year's anticipated 4 percent raise for each employee in a company. Also declare variables to represent the current salaries for three employees. Assign values to the variables, and display, with explanatory text, next year's salary for each employee. Convert the ProjectedRaises class to an interactive application named ProjectedRaisesinteractive. Instead of assigning values to the salaries, accept them from the user as input. alcolm Movers charges a base rate of $200 per move plus $150 per hour and $2 per mile. Write a program named MoveEstimator that prompts a user for and accep estimates for the number of hours for a job and the number of miles involved in the move and displays the total moving fee. 10. Write a program named HoursAndMinutes that declares a minutes variable to represent minutes worked on a job, and assign a value to it. Display the value in hours and minutes. For example, 197 minutes becomes 3 hours and 17 minutes rite a program named Eggs that declares four variables to hold the number of eggs produced in a month by each of four chickens, and assign a value to each variable. Sum the eggs, then display the total in dozens and eggs. For example, a total of 127 eggs is 10 dozen and 7 eggs 12. Modify the Eggs program to create a new one named Eggsinteractive that prompts the user for and accepts a number of eggs for each chicken. Write a program named MakeChange that calculates and displays the conversion of an entered number of dollars into currency denominations-twenties, tens, fives, and ones. For example, $113 is 5 twenties, 1 ten, 0 fives, and 3 ones 13. Write a program named TestsInteractive that prompts a user for eight test scores and displays the average of the test scores to two decimal places 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
