Chapter 2 number 6 solution
Chapter 2 Number 6 Write a C# program that declares variables to represent the length and width of aroom in feet. Assign appropriate values to the variables, such as length = 15 andwidth = 25. Compute and display the floor space of the room in square feet(area = length * width). As output, do not display only a value; instead, displayexplanatory text with the value, […]