public class IfIf { public static final void main(String[] args) { int a = 1; int b = 2; int c = 5; if (a==1) { if (b==1) { c++; if (c==7) { c++; } } else { c--; } } else if (a==2) { c++; } else { c--; } if (c==5) { c--; } }}
Podobne postybeta
"Plakat"
"Obiektywność"
Google Docs & Spreadsheets
White & Nerdy
"Źródło Wszelkiego Zła?"
a to ciekawe. Czekamy na więcej ;D
OdpowiedzUsuńRacjonalny Developer