Advertisement
Ola_Mundo

estrelinhas

Jun 30th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if(oi == 0.5 && (int)estrelinha!=0){
  2. estrelinha+=0.5;
  3. System.out.println(estrelinha);
  4.  
  5. }
  6. if((int)estrelinha==0){
  7. estrelinha=estrelinha-0.5;
  8. System.out.println(estrelinha);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement