Skip to content

Commit 4377ac3

Browse files
Starting Exercise 3.2
Creating exercise file and adding to repo
1 parent 3f73325 commit 4377ac3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

ch03/Exercise_3_2.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import java.util.Scanner;
2+
3+
public class Exercise_3_2 {
4+
5+
public static void main(String[] args) {
6+
7+
}
8+
9+
}

0 commit comments

Comments
 (0)