Abdullah047

FH

Dec 8th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. import java.util.*;public class tuna_1{
  2. public static void main(String[] args){
  3. int x=5;
  4. int y=5;
  5. System.out.print(add(x,y));
  6. }
  7. public static int add(int x,int y){
  8. return x+y;
  9. }
  10.  
  11.  
  12.  
  13.  
  14.  
  15. }
Add Comment
Please, Sign In to add comment