I wrote a bit code but then I get a compile error with a line I compiled several times before and it worked. Here is the error:
actual argument java.lang.String cannot be converted to String by method invocation conversion.
I need help.


System.out.println(stringName);