Open main menu

CDOT Wiki β

Changes

Team Excellence - oop344 20113 Code Standards

3 bytes removed, 00:28, 14 October 2011
If Statement
if (condition){
stuff;
} else if (condition){
stuff;
} else {
stuff;
}