public class Main
{
System.out.println(String [] args)
{
int i = 0;
System.out.println ( "Hello World!" );
for(i=0;i<10;i++)
{
System.out.println ( i );
}
}
}
No, there is no indenting, and there is a space before & after brackets, and the for loop is extremely condensed.
Was this wrong of me? Or does this "program" deserve it?

New Topic/Question
This topic is locked



MultiQuote







|