Exercise7 -please help

Why am i wrong?

@qktiger,

comment-out // your current line 5
and see what happens…

Does refreshing the page do anything for you? The editor should be opening Comments.java, not WhiteSpace.java

The default code is, or is similar to:

public class Comments {
	public static void main(String[] args) {

		System.out.println("Noise!");
		
	}
}

And even though it’s the wrong file, it’ll probably work if you just paste this in.

Oh yeah and you’ll need to rename the class name to WhiteSpace to match the file name

A post was split to a new topic: 7. Where did I miss?