Object Oriented Programming Using C++ (0957-0957)
Object Oriented Programming Using C++ (0957-0957)
930
2.
// ex6_2.cpp
// uses class to model toll booth
#include <iostream>
using namespace std;
#include <conio.h>