From 3cb4e3b20025fe6fad1bdb05030fbc51941dbbcf Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Fri, 9 Feb 2024 16:04:40 -0800 Subject: working on loops --- Project1/Functions.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Project1/Functions.cpp') diff --git a/Project1/Functions.cpp b/Project1/Functions.cpp index 868ac8f..f31aa9f 100644 --- a/Project1/Functions.cpp +++ b/Project1/Functions.cpp @@ -23,6 +23,11 @@ userDoB inputPersonal() cout << "\n Now please enter the year you were born as a number: "; cin >> user.month; - return user; } + +int Fishonacci() { + cout << "test" << endl; + + return 0; +} -- cgit v1.2.3