Advertisement
fptf8fpt2018

Untitled

Jun 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1.  
  2. public class Main {
  3.  
  4. public static void main(String[] args) {
  5. String[] a = {"Trieu", "Thieu", "Hoa", "Nam"};
  6. int[] b = {20, 50, 43, 14};
  7. MyList xMyList = new MyList();
  8. xMyList.addMany(a, b);
  9. xMyList.tranverse();
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement