Question: using python Exercise 3:Area of a Room Write a program that asks the user to enter the width and length of a room. Once the
using python

Exercise 3: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. Exercise 4: Area of a Field Create a program that reads the length and width of a farmer's field from the user in feet. Display the area of the field in acres. Hint: There are 43,560 square feet in an acre
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
