/////// File: tstRtTbl.C /////// #include #include "RateTable.h" int main() { //RateTable exchange_table; RateTable::display(); RateTable::new_rate("Taiwan (NT $)", 23.5); cout << "revised entry" << endl; RateTable::display("Taiwan (NT $)"); return(0); }