Write an expression whose value is the number of characters in the following String : “CRAZY!\n\\\t\\\\\\\\\\n. . . .\\ \\\r\007’\\’\”TOOMUCH!”
LANGUAGE: JAVA
CHALLENGE:
Write an expression whose value is the number of characters in the following String :
“CRAZY!\n\\\t\\\\\\\\\\n. . . .\\ \\\r\007’\\’\”TOOMUCH!”
Suggestion: copy/paste the above String into your code– it’s too crazy to try to copy it by typing.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in Java, Learn To Code