News

Capitalize The First and Last Letter in java Algorithm Take a string input from the user and store it in the variable called “s”. Take a “newstr” variable initialize with an empty string. Split the ...
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.