methodname : String firstLastUpper(String)
received string in lower case and change the first and last letter of word to upper case.
"rainbow" => "RainboW"
Answers
Answered by
1
Answer:
the first and last letter of word to upper case.
"rainbow" => "RainboW
Similar questions