Jawa / Говнокод #1387 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
if (choice==0)
            new Browser(null, display, this, this, false);
        
        if (choice==1)
            new Browser(null, display, this, this, true);
        
        if (choice==2)
            new Browser(null, display, this, this, false);
        
        if (choice==3)
            new Browser(null, display, this, this, true);
        
        if (choice==4)
            new Browser(null, display, this, this, false);
        
        if (choice==5)
            new Browser(null, display, this, this, true);
        
        if (choice==6)
            new Browser(null, display, this, this, false);
        
        if (choice==7)
            new Browser(null, display, this, this, true);

Сохранить, загрузить, сохранить, загрузить...

Запостил: guest guest, (Updated )

Комментарии (6) RSS

  • TEHEK:
    boolean is_odd (int a) {
    
    if (a == 1) return true;
    if (a == 2) return false;
    if (a == 3) return true;
    if (a == 4) return false;
    if (a == 5) return true;
    if (a == 6) return false;
    if (a == 7) return true;
    if (a == 8) return false;
    if (a == 9) return true;
    if (a == 10) return false;
    if (a == 11) return true;
    if (a == 12) return false;
    ...
    }


    XD
    Ответить
  • aaa
    if (a == 12) return false;
    ...
    eto kak poniat?
    tipa... i tak dalee? to est avto etogo koda dazhe seichas pishit IF-i? 😀

    if (a == 1000000) return false;
    if (a == 1000001) return true;
    if (a == 1000002) return false;
    if (a == 1000003) return true;
    if (a == 1000004) return false;
    ...

    LOOOOOL
    Ответить

Добавить комментарий

Семь раз отмерь — один отрежь, guest!

    А не использовать ли нам bbcode?


    8