aboutsummaryrefslogtreecommitdiff
path: root/Inclass 10/program.cpp
blob: 3cbe4b4d6b5aba1d02c493881d1558df908358c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// name: Connor McDowell
// date: 2/8/2024
// class: CIS116
// reason: Inclass exercise 10

#include <iostream>
#include "Header.h"

using std::cin;
using std::cout;
using std::endl;

int main()
{


	return 0;
}