Monthly mileage : 1000 Miles per gallon : 10 Price of gas : 1.959 You spend $195.9 a month on gas!
Use variables for each step of the calculations and name them appropriately.
Create a standard program header as follows:
/* * COURSE : Computer Programming I * * ASSIGNMENT : 0 * PROGRAM : GasPrice.java * PROGRAMMER : Your Name * * DESCRIPTION : Program description goes here. * * COMMENTS : as needed * * LAST MODIFIED : date */
Comment your program for readability and ease of maintenance.
Be sure to test your program thoroughly!
This page maintained by bobh@hesston.edu