Description
Write the pseudocode, draw the flowchart, and create
the Python code for the following problem:
Get the number of miles traveled and the gallons
of gas used, and display the miles per gallon.
Note: the miles per gallon is the miles traveled divided by
the gallons of gas used.
Turn in 3 files: the pseudocode, the flowchart, and the
Python source code.
Write the pseudocode, draw the flowchart, and
write the Python program for the following problem.
Accept a user's monthly pay amount, as well as
the rent, utilities, and grocery bills. Display the
amount that will be available at the end of the
month for discretionary spending (which could be
negative).
After coding the program, run it and test it. If
there are errors, fix them, until the program works
correctly.
Next, in addition to the discretionary spending amount, modify the program to output the pay and the total bills,too