Ask Question
28 August, 10:52

Write a program that prompts the user for a measurement inmeters and then converts it into miles, feet, and inches.

+5
Answers (1)
  1. 28 August, 11:04
    0
    Program for measurement in meters and then converts it into miles, feet, and inches:

    #include

    #include

    void main ()

    { float meter, mile, feet, inches;

    cout<<"enter meters";

    cin>>meters";

    feet=meter*3.2808;

    mile = meter*0.000621371;

    inches = meter*39.3701;

    cout<<"Value of"<
    cout<<"Value of"<
    cout<<"Value of"<
    getch ();

    }
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a program that prompts the user for a measurement inmeters and then converts it into miles, feet, and inches. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers