The problem
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.
Breaking it down
Create constant
Write method to calculate acres
Display results
Output
Unit tests
Level Up
- Allow user to tract in another user of measurement. What will you need to allow a user to do?
- Validate user input