From 02cf911f718dc3ddab3e1e55b6cd9cdfe5d31cf4 Mon Sep 17 00:00:00 2001 From: APikielny Date: Sat, 11 Sep 2021 17:04:39 -0400 Subject: [PATCH] Update main.cpp --- C++ Intro Lab/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C++ Intro Lab/main.cpp b/C++ Intro Lab/main.cpp index d11be6b..4b08d03 100644 --- a/C++ Intro Lab/main.cpp +++ b/C++ Intro Lab/main.cpp @@ -136,7 +136,7 @@ void twoDimArray() int c = 4; // TODO (task 19): Index into the 2D array and - // return the value at row r and col c + // print the value at row r and col c } @@ -158,7 +158,7 @@ void oneDimArrayAsTwoDimArray() int c = 4; // TODO (task 20): Index into the 1D array as if it was - // a 2D array and return the value at + // a 2D array and print the value at // row r and col c