Answer to Question #275768 in Java | JSP | JSF for tops

Question #275768

Input

A line containing an integer.

35

Output

A line containing a string.

Out





1
Expert's answer
2021-12-06T02:18:08-0500


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?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS