We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bf429 commit 02f85b9Copy full SHA for 02f85b9
1 file changed
ch03/Echo.java
@@ -1,5 +1,8 @@
1
import java.util.Scanner;
2
3
+/**
4
+ * Inputs two lines and repeats them back to the user.
5
+ */
6
public class Echo {
7
8
public static void main(String[] args) {
0 commit comments