From 51414f4ff7b44aa9834c6cdedb5465f81792de6d Mon Sep 17 00:00:00 2001 From: salvatoreeee Date: Wed, 18 Oct 2023 18:51:28 +0200 Subject: [PATCH] terzoes --- exercises/ex2.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/exercises/ex2.cpp b/exercises/ex2.cpp index 9e8cd8e..2e2d198 100644 --- a/exercises/ex2.cpp +++ b/exercises/ex2.cpp @@ -1,9 +1,3 @@ -/* - Improve this program replacing if/else if with an array. - - Hint: arr[3] = "Thursday"; -*/ - #include using namespace std;