Write a program that inputs the length of two pieces of wood in yards and feet (as whole numbers) and prints the total.

Hint: Change all of the inputs into feet first - remember there are 3 feet in each yard. Now that the wood is in feet, find the yards and feet similarly to the last practice, using regular and modular division.

Write a program that inputs the length of two pieces of wood in yards and feet as whole numbers and prints the total Hint Change all of the inputs into feet fir class=