From 8a8d2ed66fcaf7a6a66c92219b4f8a628f7c9392 Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Thu, 15 Feb 2024 17:35:32 -0800 Subject: testing to set indexes > 101 to 0. but theres LITERALLY no instruction in the lecture about it. once again. --- Project1/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project1/main.cpp') diff --git a/Project1/main.cpp b/Project1/main.cpp index 7862a8b..45749ee 100644 --- a/Project1/main.cpp +++ b/Project1/main.cpp @@ -22,7 +22,7 @@ int main() } - PrintArray(array, SIZE); + //PrintArray(array, SIZE); DoubleArraySize(array, SIZE); -- cgit v1.2.3