Answer to Question #217265 in C++ for Abigail

Question #217265

One acre of land is equivalent to 43,560 square feet. Write a program that calculates the number of acres in a tract of land with 389,767 square feet.




1
Expert's answer
2021-07-15T00:10:11-0400




#include <iostream>

using namespace std;

int main()
{
    cout<<"The number of acres will be\t"<<389767/43560;

    return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS