vstoyanov

14 задача

Mar 30th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 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.         int val = 256;
  12.         String hex = Integer.toHexString(val);
  13.         System.out.println(hex);
  14.  
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment