First of all, the purpose of this SIMPLE CONSOLE PROJECT is to organize mixed letter sentences and convert only the first letter to UPPERCASE and the other letters to LOWERCASE.
eg: mY firSt cONSole pROjeCTS => My first console projects
ALGORITHM
- Start.
- User can login again and again until they press the letter 'q', when they press the letter 'q' they EXIT the application.
- The user is prompted to enter a word.
- Capitalize the first letter of the word entered by the user.
- All letters except the FIRST letter of the word entered by the user are made lowercase.
- The word entered by the user is printed on the screen with the first letter capitalized and the other letters small.
- Conditions
- Methods
- Substring Command
- ToLower Command
- ToUpper Command
Melik Baykal - @lilMellik - melikbaykal06@gmail.com
Project Link: UpperCase LowerCase
-Melik Baykal