Home /
Expert Answers /
Computer Science /
nbsp-please-nbsp-write-in-python-and-show-both-code-and-output-exercise-1-area-of-a-room-wri-pa591
(Solved):
please write in python and show both code and output
Exercise 1: Area of a Room Wri ...
please write in python and show both code and output
Exercise 1: Area of a Room Write a program that asks the user to enter the width and length of a room. Once the values have been read, your program should compute and display the area of the room. The length and the width will be entered as floating point numbers. Include units in your prompt and output message; either feet or meters, depending on which unit you are more comfortable working with.