Question: Write this program using python. In your program, when you prompt users for values, only prompt them to enter one value at a time. Here

Write this program using python. In your program, when you prompt users for values, only prompt them to enter one value at a time. Here is a sample of what your program should look like. Sample Program Run (User input in bold) What is the length of the room (in feet)? 50 What is the width of the room (in feet)? 30 What is the length of the table (in feet)? 8 What is the width of the table (in feet)? 4 How much space is required between tables (in feet?) 3 How many people does each table set? 10 This arrangement seats 120 people. Hint: The 3 feet space in this example is on each side of the table, all four sides of every table. The math works out, simple algebra. You will need variables and use the math operators in chapter two which was your reading this week
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
