write a program using 5 methods of string manipulation (java)
Answers
Answered by
1
Explanation:
All String Methods
Method Description Return Type
toLowerCase() Converts a string to lower case letters String
toString() Returns the value of a String object String
toUpperCase() Converts a string to upper case letters String
trim() Removes whitespace from both ends of a string String
FOLLOW ME
MARK AS BRAINLIST
Similar questions