Skip to content

Commit 16a32bc

Browse files
author
roesnera
committed
Update instructions for inc and dec class
1 parent 69ed9e5 commit 16a32bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/com/example/practice/IncAndDec.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,14 @@ public static void main(String[] args) {
2727

2828

2929

30+
/*
31+
Now, using System.out.println(), print the value of your variable as you increment it
32+
note whether the value of the variable that is returned is already incremented,
33+
or if the returned value is not yet incremented
34+
*/
35+
36+
37+
38+
3039
}
3140
}

0 commit comments

Comments
 (0)