Project information
- Language: C++
- Course: CS 161U
- Project date: September, 2023
Details
Using C++ I designed a program to calculate the area needed to plant n number of plants with x width and y length. The program starts by asking for the total size of the garden plot in square feet. Users may then continue to enter the width and length for each row and the number of rows. If the cacluated area is > the total plot size, the program will return "not enough space for this plant", along with the remaining square footage available after adding each plant.