Task-10:
Write a java program to capitalise each word in string. Solution: So I write a code in which I use stringbuilder and ASCII codes to convert a string to upper case by -32 from the Original code that returns me the upper case string
Write a java program to capitalise each word in string. Solution: So I write a code in which I use stringbuilder and ASCII codes to convert a string to upper case by -32 from the Original code that returns me the upper case string