Asymptomatic

There must be intelligent life down here

Plansave - Program 3b

Our assignment for today in C++ class (WCU Edelman CSC141) is to write a program that computes car rental rates.

Basically, an input file contains a list of days rented and miles driven.  The program should read each of these pairs of values and compute the cost of the car rental using two plans, A and B.  The program should produce output that lists each rental - the days, miles, cost of each plan - then identify the cheaper plan and its cost.