We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4f418 commit 7b5ff84Copy full SHA for 7b5ff84
for_loop1.sh
@@ -0,0 +1,6 @@
1
+echo "For loop starts.."
2
+for (( i=98; i<=100; i++))
3
+do
4
+echo $i
5
+done
6
+echo "Loop is done.."
0 commit comments