Input
A line containing an integer.
35
Output
A line containing a string.
Out
package out; import java.util.Scanner; public class Out { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int d = scan.nextInt(); System.out.println("out"); } }
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments