Question: Write a C++ Program Description You and a friend want to plant evergreen trees along the back side of your yard. You do not want
Write a C++ Program

Description You and a friend want to plant evergreen trees along the back side of your yard. You do not want to have an excessive number of trees. Write a program that prompts the user to input the following The length of the back side of the yard (double) . The diameter of a fully grown tree (double) The required space between fully grown trees (double) The program outputs the number of trees that can be planted in the yard (int) and the total space that will be occupied by the fully gown trees (double) Specifications To get full credit you program must contain/perform the following Declare variables with meaningful names and correct types Document all your variables Document portions of your code (parts that perform nput, output, calculations etc.) Program must compile and run with various inputs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
