Code with style issues

Report a typo

Here is a small Java program. You need to find all code style issues in this code:

public class NumberOfSpacesExample {

    public static void main(String[] args) 
    {
        System.out.println("Hi!"  );
        System.out.println("I'm a Java program.");
    }
}
Select one or more options from the list
___

Create a free account to access the full topic