Advertisement
sledx

Untitled

Jul 9th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. public class Esercizio6 {
  2.    
  3.     public static void main(String[] args) {
  4.         int num = 1;
  5.         Integer num1 = new Integer(num);
  6.        
  7.         System.out.println(num1);
  8.     }
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement