Ask Question
29 April, 22:53

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

+4
Answers (1)
  1. 30 April, 02:28
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers