Skip to content

Commit 30c8861

Browse files
committed
Section 7 Conditional Statements
Signed-off-by: https://github.com/Someshdiwan <[email protected]>
1 parent 4a89eed commit 30c8861

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Section7ConditionalStatements/Loops/src/Loops.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
public class Loops {
22
public static void main(String[] args) {
33
System.out.println("These are the odd numbers from 1 to 100.");
4-
54
System.out.println("Ready?");
65

76
//for values from 1 to 100

0 commit comments

Comments
 (0)