Where do you put it?
Like this
or like this
Let the debate begin!!!
Like this
Code:
if (...){ //blah blah }
Code:
if(...) { //blah blah blah }
if (...){ //blah blah }
if(...) { //blah blah blah }
if (...){ //blah blah }
if(...) { //blah blah blah }
if (<condition>) singleStatement; if (<condition>) { state1; state2; state3; } else if (<condition>) { state1; state2; } else singleStatement; intIndex++;
} else if (<condition>) {
} else if (<condition>) {
Comment