Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. if ((tipIgre == 0) || (tipIgre == 1) || (tipIgre == 2)) {
  2.             if (drugiIgralec == 0) {
  3.             a = a + skupneTocke;
  4.             }
  5.             if (drugiIgralec == 1) {
  6.             b = b + skupneTocke;
  7.             }
  8.             if (drugiIgralec == 2) {
  9.             c = c + skupneTocke;
  10.             }
  11.             if (drugiIgralec == 3) {
  12.             d = d + skupneTocke;
  13.             }
  14.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement