In this program create a flowchart and algorithm. Thank you Source Code: #include using namespace std; int main() { float miles,gallon,mpg; cout>miles; cout>gallon; mpg=miles/gallon; cout


In this program create a flowchart and algorithm. Thank you



Source Code:


#include


using namespace std;


int main()
{
    float miles,gallon,mpg;
    cout<"enter miles:="">
    cin>>miles;
    cout<"enter gallons="" of="" used:="">
    cin>>gallon;
    mpg=miles/gallon;
    cout<"mpg:><>


    return 0;
}



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here