Content deleted Content added
Line 31:
Java programmers typically use a slightly different convention for placing the braces. The opening brace is on the same line as the [[method]] declaration:
<source lang="java">
int main() {
return 0;
|
Line 31:
Java programmers typically use a slightly different convention for placing the braces. The opening brace is on the same line as the [[method]] declaration:
<source lang="java">
int main() {
return 0;
|