Suppose you have been given the following programming proble…
Suppose you have been given the following programming problems, design a solution to solve the problem. One acre of land is equivalent to 43,560 square feet. Design a program that asks the user to enter the total square feet in a tract of land and calculates the number of acres in the tract.Hint: Divide the amount entered by 43,560 to get the number of acres. 1, What programming designing tools would you use to solve this problem and how would you use them? (4 points) 2, Write the algorithm (step by step instructions) in plain English below. (6 points)