The msg
variable contains a String type value. Information about the number of characters of this string can be obtained using:
msg.chars
msg.charsAt()
msg.length
msg.length()
Answers Explanation & Hints:
To obtain information about the number of characters in a string stored in the msg.length The Note that |