Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. // imperative approach 1:
  2. for(int i = 0; i < citiesList.size(); i++) {
  3. System.out.println("Using Imperative approach with For: " + citiesList.get(i));
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement