monkeyslut45

Кирилл Деменев

Oct 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class Main {
  4.  
  5.     public static void main(String[] args)
  6.     {
  7.         int num;
  8.         Scanner in = new Scanner(System.in);
  9.         num = in.nextInt();
  10.         if (num == 420)
  11.             System.out.println(true);
  12.     }
  13. }
Add Comment
Please, Sign In to add comment