News

Capitalize the First and Last letter Today we will look at java program, we’re going to capitalize all the first and last character of the words in a string.
Capitalize the First and Last letter Today we will look at java program, we’re going to capitalize all the first and last character of the words in a string.
In this program we are using a function upper () which will take a string as argument and convert into uppercase character by character and will return that character.