Question: using System; using System.Collections.Generic; using System.Globalization; namespace PaintingEstimate { class PaintingEstimate / / C# class { static void Main ( string [ ] args )
using System;using System.Collections.Generic;using System.Globalization;namespace PaintingEstimateclass PaintingEstimate C# classstatic void Mainstring argsConsoleWriteEnter length of the room in feet : ;int length int.ParseConsoleReadLine;ConsoleWriteEnter width of the room in feet : ;int width int.ParseConsoleReadLine;ConsoleWriteLineThe price of Room painting is : costOfRoomPaintinglengthwidthToStringC CultureInfo.GetCultureInfoenUS;public static double costOfRoomPaintingint length,int widthint squareFoot length length width width;return squareFoot ;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
