vstoyanov

12 задача

Mar 30th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.35 KB | None | 0 0
  1.  
  2. import com.sun.org.apache.xpath.internal.operations.Bool;
  3. import com.sun.xml.internal.bind.v2.runtime.reflect.opt.Const;
  4.  
  5. import java.util.Scanner;
  6.  
  7. public class Main {
  8.  
  9.     public static void main(String[] args) {
  10.  
  11.       byte num=97;
  12.       byte num2=-115;
  13.       short num3= -10000;
  14.       int num4=52130;
  15.         double num5=4825932;
  16.  
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment