Ask Question
2 August, 08:52

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

+2
Answers (1)
  1. 2 August, 12:08
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers