Ajouter des entiers java

 int a=3;
 int b=5;
 int sum= Integer.sum(a,b);
Ray Gdhrt