[solved] – Question 90396
Question 3 C#
3.1) Write a C# program that will calculate the space of a room .as the user will be able enter the height, weight, roll cover and width then u will calculate the space and convert it from centimeters to meters .All the calculating should be done using void method namely Space and the roll cover the user will enter should increments by 0.5
Formula
S=(((height*length*witdh)/(roll_cover))/4
Expected output
Length=18
Height=15
Width=20
Roll cover =45.5
Answer=30
Expert Answer
OR

