aboutsummaryrefslogtreecommitdiff
path: root/Project1/program.cpp
blob: 7646badc01071fb752a68244757db1a8dbd85a0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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;

// user info from lecture



void main()
{
	userDoB newUser = inputPersonal();

}