Skip to content

Commit 97990f2

Browse files
committed
Section 8 LoopAB
Signed-off-by: https://github.com/Someshdiwan <[email protected]>
1 parent 73cd8a6 commit 97990f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Section8LoopAB/src/ForLoop.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
public class ForLoop {
22
public static void main(String[] args) {
3-
for(int i=0; i<=10; i++)
4-
{
3+
for(int i=0; i<=10; i++) {
54
System.out.println(i);
65
}
76
}

0 commit comments

Comments
 (0)