Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. for(int i=0; 1<2; i++){
  2.        if(i % 2 == 0){
  3.             showTheSun();
  4.        }
  5.        else{
  6.             hideTheSun();
  7.        }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement