Question
C++ C++ Write a program that calculates and displays the acreage of a rectangular lot given the width and depth of the lot entered by
C++
C++ Write a program that calculates and displays the acreage of a rectangular lot given the width and depth of the lot entered by the user in feet and inches.
Sample Output 1:- This program calculates the acreage of a rectangular lot. Enter the width of the lot in feet and inches.
Feet? 75
Inches? 0 Enter the depth of the lot in feet and inches.
Feet? 120
Inches? 0 A lot with a width of 75' - 0" and a depth of 120' - 0" is 0.206613 acres.
Sample Output 2: This program calculates the acreage of a rectangular lot. Enter the width of the lot in feet and inches.
Feet? 277
Inches? 8.25 Enter the depth of the lot in feet and inches.
Feet? 250
Inches? 3.5 A lot with a width of 277' - 8.25" and a depth of 250' - 3.5" is 1.59558 acres.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started