Open main menu

CDOT Wiki β

Changes

Team !YOU - OOP344

270 bytes added, 13:09, 26 January 2010
m
(Discussion: Nesting): Added my opinion on nesting
}
else {
printf(",");
}
 
Mddaniels example: This is how I was taught in IPC144 by Murray Saul
if (a > 0)
{
printf(".");
}
else
{
printf(",");
}
| Mziaei1 || Agree with option 2.
 
|-
 
| Mddaniels || I agree with option 2. Although I am used to coding my braces on seperate lines, see my small example above.
|}
1
edit