Define a structure Measure having members feet and inch as integer.

a) Define a structure Measure having members feet and inch as integer. Write a
program to add two variables and store it in third variable of the same type. Print the
answer in the format: 5’6’’ + 3’9” = 9’3”. (Note that the valid answer is 9’3” and
not 8’15”).


Leave a Reply