(convert feet into meters) write a program that reads a number in feet, converts it to meters, and displays the result. one foot is 0.305 meters.input and prompts.the program prompts for the feet with the message "enter a value for feet: ".output . the output is of the form "x feet is y meters" where x is the number read in and y is the number of meters computed by the program .class names. your program class should be called feettometers

Solved
Show answers

Ask an AI advisor a question