aboutsummaryrefslogtreecommitdiff
path: root/CST 126/Homework 1/main.cpp
blob: 9768cd1cfcb9ff98e788850abb33187f03c5f6d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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 "Helper.hpp"

int main() 
{
	double MyMoney = 5.04;
	//std::cout << Dollars_USD(MyMoney);

	return 0;
}