Guest User

Untitled

a guest
Nov 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public static int add(int a, int b){
  2. int i = 0;
  3. System.out.println("hello");
  4. return a + b;
  5. }
  6.  
  7. int add(int a,int b){
  8. int i=0;
  9. printf("%sn","hello");
  10. return a+b;
  11. }
Add Comment
Please, Sign In to add comment