not used comments

Report a typo

What type of comments is not used in the code below?

/** Method prints a greeting to the console
  * @param name is someone's name
  */
def greet(name: String): Unit =
  println(s"Hello, $name")
Select one or more options from the list
___

Create a free account to access the full topic