blob: 5fff3e6adad3a16f8a39d390258194dcf242c327 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Name: Connor McDowell
// date: 2/9/2024
// class: CST116
// assignment: Assignment 4 (homework)
#include <iostream>
#include "header.h"
using std::cout;
using std::cin;
using std::endl;
|