Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tirth-Thakkar committed Jan 25, 2024
1 parent be8f4ea commit d0c6461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _notebooks/2024-01-23-CBQuestion31.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
" }\n",
" }\n",
"\n",
"for(int val = 0; val <5, vall++){\n",
"for(int val = 0; val <5, val++){\n",
" if (val % 2 == 1){\n",
" int row = val;\n",
" int col = 0;\n",
Expand Down Expand Up @@ -97,7 +97,7 @@
"metadata": {},
"source": [
"```java\n",
"for(int val = 0; val <5, vall++){\n",
"for(int val = 0; val <5, val++){\n",
" if (val % 2 == 1){\n",
" int row = val;\n",
" int col = 0;\n",
Expand All @@ -110,7 +110,7 @@
"}\n",
"```\n",
"\n",
"The second for loop is where all the logic is located for the problem. In this loop we can "
"The second for loop is where all the logic is located for the problem. "
]
}
],
Expand Down

0 comments on commit d0c6461

Please sign in to comment.