Java program to capitalise first character of each word in a given line || Interview Question
Опубликовано: 16 Январь 2025 на канале: TechMeDevoted
14,361
66
This video explains java program to capitalise first character of each word in given line.
example:
input: this is techmedevoted please subscribe
Output: This Is Techmedevoted Please Subscribe