Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class Lesson_32_Activity_Three {
  2. public static void swap(int a , int b){
  3. System.out.println(b+" "+a);
  4. }
  5. public static void main(String[] args) {
  6.  
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement