Skip to content

With this console application, you can better understand the logic of foreach or for loop.

Notifications You must be signed in to change notification settings

Melik-B/UppercaseLowercase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uppercase Lowercase


Uppercase Lowercase :

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.

What will you learn from this project

  • Conditions
  • Methods
    • Substring Command
    • ToLower Command
    • ToUpper Command

Built With

csharp

csharp

Contact

Melik Baykal - @lilMellik - melikbaykal06@gmail.com

Project Link: UpperCase LowerCase

-Melik Baykal

About

With this console application, you can better understand the logic of foreach or for loop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages