diff options
| author | Connor McDowell <[email protected]> | 2024-02-09 16:28:43 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-09 16:28:43 -0800 |
| commit | 3ba2c8f72aafeadfaf3731fc684f428dbf29b957 (patch) | |
| tree | edc98d6a394cb69c3d5e0d9898e7ce1a345991cf /Project1/header.h | |
| parent | working on loops (diff) | |
| download | homework-4-connormcdowell275-main.tar.xz homework-4-connormcdowell275-main.zip | |
finished up! though considering what is practiced this week, i should've tried to do nesting for loops with "error handling" (its not actually, just a conditional to catch improper inputs) for selections, but expecting correct inputs following the messages would mean using if statements wouldrun smoother.HEADmain
Diffstat (limited to 'Project1/header.h')
| -rw-r--r-- | Project1/header.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project1/header.h b/Project1/header.h index 60d3344..f842926 100644 --- a/Project1/header.h +++ b/Project1/header.h @@ -2,8 +2,8 @@ #define HEADER struct userDoB { - int month; int day; + int month; int year; }; |