What is the result of running this code?
What is the result of running this code?

public class Values {
     integer a = Integer.valueOf("1");
     public static void main(String[] nums) {
          integer a = Integer.valueOf("2");
          integer b = Integer.valueOf("3");
          System.out.println(a + b);
     }
}

Posted on by