Advertisement
CMatchelo

Untitled

Dec 13th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public Campeonato()
  2. {
  3.  
  4. if (equipe.cabecachave=false) {
  5. equipes[g][t] = equipe.nome;
  6. g++;
  7. if (g==9)
  8. {
  9. g=0;
  10. t++;
  11. }
  12. }
  13. else
  14. {
  15. equipes[h][0] = equipe.nome;
  16. h++;
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement