Advertisement
keviinrm7

CONTADOR

May 31st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. int cont=0;
  2. while(cont<10)
  3. {
  4. cont=cont+1;
  5. System.out.println(cont+ " es facil.");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement