Hey guys, I need some help with a program Im writing for class. The program below calculates the amount of uncut acrea being reforested per year for a total of 20 years at a rate of 0.02% per year.
I need to modify the program so that the user can enter the total number acres
and the number of uncut acres. The reforestation rate will remain fixed at 0.02.
The program will display the initial parameters, e.g, total number of acres,
number of uncut acres, and the reforestation rate. The program will then compute and display the number of years it will take until the number of acres cut will be completely renewed.