Guest User

Untitled

a guest
May 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ...
  2. Topic[] items = new Topic[20];
  3. for (int i = 0; i < items.length; i++){
  4. items[i] = new Topic("Some topic", "Some description");
  5. }
  6. return items;
Add Comment
Please, Sign In to add comment