Complete the following program shell so that it defines an array of 3 Yard objects. main should nave a loop to ask the u
Posted: Thu Jul 14, 2022 2:28 pm
Complete the following program shell so that it defines an array of 3 Yard objects. main should nave a loop to ask the user for the length and width of each yard. Then it should use a second loop o display the length and width of each yard. To do this, you will need to add two member functions o the Yard class.