<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
Exercise 7/12 - https://www.codecademy.com/en/courses/learn-java/lessons/introduction-to-java/exercises/comments?action=resume
It says I have 3 errors -
Comments.java:12: error: illegal start of expression
}
^
Comments.java:12: error: ‘;’ expected
}
^
Comments.java:13: error: reached end of file while parsing
}
^
3 errors
however the left hand side has ticks in the boxes saying I have done the exercise correctly, should I continue?
```public class Comments {
public static void main(String args) {
System.out.println(//"Noise!");
/* Are casual fridays meant to make me feel better about my job, like hey, your life sucks but you can wear a polo shirt once a week */
<do not remove the three backticks above>