The instruction says to use a double forward slash to make an in-line comment:
// This is an in-line comment.
The following code snippet is your solution that doesn’t work. You have two mistakes here. The first one is that an in-line comment starts with double forward slashes // (you have only one), and the variable is not declared properly (delete the “-” operator before the variable’s name “number”):