From 3ba2c8f72aafeadfaf3731fc684f428dbf29b957 Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Fri, 9 Feb 2024 16:28:43 -0800 Subject: 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. --- Project1/header.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project1/header.h') 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; }; -- cgit v1.2.3