From: IN%"Mark.Jacobson@uni.edu" "MARK JACOBSON" 15-JUN-2000 15:42:33.31 To: IN%"810-036-01@uni.edu" CC: Subj: C++ assignment 2 is: Hi C++ students, Page 162 of our textbook, Programming Project problem #1. A liter is 0.264179 gallons. If you know the number of liters of gasoline consumed and the number of miles travelled, the program can let you enter those and find out the number of miles per gallon the car delivered. The MPG the car got will be obtained by having a function that the main() program calls that returns the MPG answer, given the liters and the miles travelled, or given the gallons and the miles travelled. This program is due on Tuesday, June 20th. It is a chapter 3 problem, so we will focus on chapter 3 concepts all day on Friday and probably most of the class on Monday too. Mark