Changes

Jump to: navigation, search

Team Code Junkies - OOP344

229 bytes added, 21:16, 1 February 2010
rules to follow
|-
|}
 
== Rules to follow ==
 
1. Two spaces for indentation
 
ex/
 
int main
{
int i;
int j;
if (i == 0)
{
i == 1;
}
}
 
2. camel for vars ex: thisIsCamel
 
3. Do not create variables that are never use

Navigation menu