Guest User

Untitled

a guest
Jan 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Integer num = Integer.valueOf('2006');
  2. Integer num2 = Integer.valueOf('1');
  3.  
  4. Integer result = num + num2;
  5. System.debug(result);
Add Comment
Please, Sign In to add comment