Write a program that accepts length measurements from the user, and also whether the length is in inches, feet or meters (use the following screen shots as a guide). Keep track of the total length in meters and report the total after each user entry as shown below. When the user decides to stop entering information, display the message "Goodbye!" as shown. You will need to know the following conversion: 1 meter = 3.2808 feet.
Ive started creating a loop but it keeps giving errors I was wondering if any body would know how to write this program