1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// Name: Reece Warner // Class: CST 126 // Date: 4/10/24 // Assignment: Homework 1 //clear the screen after each menu choice&& change text color?? #include <iostream> #include "CurrencyHelper.hpp" int main() { CurrencyConversion(); return 0; }