aboutsummaryrefslogtreecommitdiff
path: root/CST 126/Homework 1/main.cpp
blob: 7ae59aba4c6a41710404e06fd9ed2aace7deb490 (plain) (blame)
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;
}