From f45f779d9bc2cd6aea3c5b0298768279a576eaf8 Mon Sep 17 00:00:00 2001 From: sarath12387 <56636472+sarath12387@users.noreply.github.com> Date: Wed, 2 Sep 2020 22:45:46 +0530 Subject: [PATCH] Update index.html --- src/lab/exp6/simulation/SwitchCase/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lab/exp6/simulation/SwitchCase/index.html b/src/lab/exp6/simulation/SwitchCase/index.html index 4af5361f..433527a8 100644 --- a/src/lab/exp6/simulation/SwitchCase/index.html +++ b/src/lab/exp6/simulation/SwitchCase/index.html @@ -47,7 +47,7 @@
   break;
  case 5 : str = 'Friday';
   break;
-
  case 6 : str = 'Saturday';
+
  case 6 : str = 'Holiday';
   break;
  case 7 : str = 'Sunday';
   break;
@@ -88,4 +88,4 @@ - \ No newline at end of file +