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;