Guest User

Untitled

a guest
Jul 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public List <Integer> opcoes;
  2. int ad = EscolhaAguaCasa.ho1;
  3. int total = EscolhaAguaCasa.ho2;
  4. for (; ad < total; ad++) {
  5. Toast.makeText(this, "hora" + ad, Toast.LENGTH_SHORT).show();
  6. int x = ad;
  7. opcoes.add(x);
  8. }
Add Comment
Please, Sign In to add comment