Changes

Jump to: navigation, search

The A-Team - OOP344 20113

225 bytes added, 18:09, 25 November 2011
no edit summary
}
* when you want help, commit and add a status message explaining your problem- also comment area of interest e.g. if(/*some condition*/){ /*some code*/ //this code does not work for some reason } 
* when you change teammates' code, please comment to explain changes:
OLD:
if(/*some condition*/){
/*some logiccode*/
}
NEW:
if(/*some condition*/){
/*some new logiccode*/ //changed some logic code to some new logiccode
}

Navigation menu