Skip to content

With this console application you can improve your loop and condition logic.

Notifications You must be signed in to change notification settings

Melik-B/palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palindrome


Palindrome :

Hello sir, this simple console project shows whether the word you entered is a PALINDROME or not. in other words, what you call a palindrome is called the fact that the opposite of a word and its plain are the same. You can improve yourself on conditions, loops or methods using this simple console application.

  eg: Word: mom
  Reverse: mom
  Entered word palindrome!
  OR
  eg: Word: father
  Reverse: rehtaf
  Entered word not palindrome!

ALGORITHM

  • Start.
  • User can login again and again until they press the letter 'q', when they press the letter 'q' they exit the application.
  • User input must be at least two characters.
  • The user does not have to enter only letters.
  • If the word entered by the user is a palindrome, 'The word you entered is a palindrome'. Otherwise, 'The word you entered is not a palindrome.' written.

What will you learn from this project

  • Conditions
  • Methods
    • Length Command
    • Loops

Built With

csharp

csharp

Contact

Melik Baykal - @lilMellik - melikbaykal06@gmail.com

Project Link: Palindrome

-Melik Baykal

About

With this console application you can improve your loop and condition logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages