From 4d6e50fb8a318753023638c5dd554678b30e5079 Mon Sep 17 00:00:00 2001 From: AbhinavKRNarayan <115357208+AbhinavKRN@users.noreply.github.com> Date: Tue, 14 Nov 2023 23:42:01 +0530 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5154734..d5b50f3 100644 --- a/readme.md +++ b/readme.md @@ -123,7 +123,7 @@ Available in the resources for the course - 83 . Guess the output of this switch block? - 84 . Should default be the last case in a switch statement? - 85 . Can a switch statement be used around a String -- 86 . Guess the output of this for loop +- 86 . Guess the output of this for loop (P.S. there is an error as the output of given question should be 0-1-2-3-4-5-6-7-8-9. So please ignore that.) - 87 . What is an enhanced for loop? - 88 . What is the output of the for loop below? - 89 . What is the output of the program below?