diff options
Diffstat (limited to 'CST 126/Homework 1/main.cpp')
| -rw-r--r-- | CST 126/Homework 1/main.cpp | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/CST 126/Homework 1/main.cpp b/CST 126/Homework 1/main.cpp index 2a7169d..9768cd1 100644 --- a/CST 126/Homework 1/main.cpp +++ b/CST 126/Homework 1/main.cpp @@ -1,18 +1,19 @@ // Name: Reece Warner // Class: CST 126 -// Date: 4/3/24 +// Date: 4/10/24 // Assignment: Homework 1 -#include <iostream> -#include "helpers.h" -int main() -{ +//clear the screen after each menu choice&& change text color?? - - std::cout << "Hello World" << std::endl; +#include <iostream> +#include "Helper.hpp" +int main() +{ + double MyMoney = 5.04; + //std::cout << Dollars_USD(MyMoney); return 0; }
\ No newline at end of file |