Changes

Jump to: navigation, search

Team B - OOP344 20133

87 bytes added, 14:41, 23 October 2013
Coding Style and Standards
cout << "Welcome, Spoom!" << endl; // Every statement within a control structure will
} // be wrapped in braces, even if there is only 1 line
else { // Else statement will be on a newline after the If control structure
cout << "Get out." << endl;
}

Navigation menu