Changes

Jump to: navigation, search

Team Excellence - oop344 20113 Code Standards

33 bytes removed, 23:53, 18 October 2011
Class Standards
/* Again Important Header goes here */
if(condition) {
stuffs;
}
/* All Loops */
for(i=0; i<len; i++) {
statements;
}
while(condition) {
statements;
}

Navigation menu