Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

It needs to be C# Instructions MoveEstimator...+ MoveEstinator.cs (11,35): error CS 0117 double' does not contain a Malcolm Movers charges a base rate of $200

It needs to be C#

image text in transcribed

Instructions MoveEstimator...+ MoveEstinator.cs (11,35): error CS 0117 double' does not contain a Malcolm Movers charges a base rate of $200 per move plus $150 per hour and $2 per mile 1 using Systen; 2 using static Systen.Console; 3 class MoveEstimaton definition for 'parse /usr/lib/mono/4.5/mscorlib.dll (L ocation of the symbol related to previous error) MoveEstimator.cs (12,35): error CS 0117: "double' does not contain a definition for parse' /usr/libono/4.5scorlib.dll (L ocation of the symbol related to previous error) Compilation failed: 2 error(s), 5 static void Main() Write a program named MoveEstimator that prompts a user for and accepts estimates for the number of hours for a job and the number of miles involved in the move and displays the total moving fee const double baseRate200.00 const double hourlyRate 150.00; const double mlesRate = 2.88 double hours double.parse(ReadLine()) double miles double.parse(ReadLine()); double estimatehourlyRate hours milesRate* warning:s Cannot open assembly 'MoveEstinat or.exe': No such file or director 16 12 13 For example, if 25 hours and 55 miles are input the output would be displayed as: For a move taking 25 hours and going 55 miles the estimate is $4,060.00 milesbaseRate; 14 WriteLine( "For a move taking 0 hours and going 1) miles the estimate is $[2)", hours, miles, estinate.ToStringc"C") 15 16 17 Grading When you have completed your program, click the Submit button to record your score

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro Database Migration To Azure Data Modernization For The Enterprise

Authors: Kevin Kline, Denis McDowell, Dustin Dorsey, Matt Gordon

1st Edition

1484282299, 978-1484282298

More Books

Students also viewed these Databases questions

Question

6. Be able to choose and prepare a training site.

Answered: 1 week ago