From 1993f10b0881eb1df8f8e36e794728a36c9e4b6b Mon Sep 17 00:00:00 2001 From: Batbold74 <114635352+Batbold74@users.noreply.github.com> Date: Wed, 26 Oct 2022 21:17:17 -0700 Subject: Add files via upload Oh. I have forgotten to change the file name --- CST116-Week5.Project1-Bold.cpp | 77 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 CST116-Week5.Project1-Bold.cpp (limited to 'CST116-Week5.Project1-Bold.cpp') diff --git a/CST116-Week5.Project1-Bold.cpp b/CST116-Week5.Project1-Bold.cpp new file mode 100644 index 0000000..efa2eeb --- /dev/null +++ b/CST116-Week5.Project1-Bold.cpp @@ -0,0 +1,77 @@ +#include +#include +#include + + +using std::cin; +using std::cout; +using std::endl; +using namespace std; +using std::setw; +using std::setprecision; +using std::ios; + +int main() +{ + string Joe, Hana, Smith, Troy; + float income1 = 57000.383, income2 = 60000.432, income3 = 45000.123, income4 = 65000.543; + double gpa1 = 3.334, gpa2 = 3.892, gpa3 = 2.744, gpa4 = 4.154; + int age = 34, age2 = 23, age3 = 37, age4 = 43; + + cout < +#include +#include + + +using std::cin; +using std::cout; +using std::endl; +using namespace std; +using std::setw; +using std::setprecision; +using std::ios; + +int main() +{ + string Joe, Hana, Smith, Troy; + float income1 = 57000.383, income2 = 60000.432, income3 = 45000.123, income4 = 65000.543; + double gpa1 = 3.334, gpa2 = 3.892, gpa3 = 2.744, gpa4 = 4.154; + int age1 = 34, age2 = 23, age3 = 37, age4 = 43; + + cout <