Skip to content

Commit dc020a1

Browse files
committed
Section 7 Conditional Statements
Signed-off-by: https://github.com/Someshdiwan <[email protected]>
1 parent 6a4f918 commit dc020a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Section7ConditionalStatements/Loops/src/Loops.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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+
45
System.out.println("Ready?");
56

67
//for values from 1 to 100

0 commit comments

Comments
 (0)