Skip to content

Commit 0bfd05f

Browse files
authored
Update Java Stdin and Stdout II.java
1 parent 35d7ce0 commit 0bfd05f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Introduction/Java Stdin and Stdout II.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* *
2-
* Author: Tonmoy Mondal
3-
* URL: https://qinetique.github.io
2+
* Author: Pavith Bambaravanage
3+
* URL: https://github.com/Pavith19
44
* */
55

66
import java.util.Scanner;
@@ -18,4 +18,4 @@ public static void main(String[] argh){
1818
System.out.println("Double: "+d);
1919
System.out.println("Int: "+i);
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)