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:="">"enter> cin>>miles; cout<"enter gallons="" of="" used:="">"enter> cin>>gallon; mpg=miles/gallon; cout<"mpg:>"mpg:><> return 0;}
using namespace std;
int main(){ float miles,gallon,mpg; cout<"enter miles:="">"enter> cin>>miles; cout<"enter gallons="" of="" used:="">"enter> cin>>gallon; mpg=miles/gallon; cout<"mpg:>"mpg:><>
return 0;}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here