Skip to content

With this console application, you can better understand the logic of methods such as index of or contains.

Notifications You must be signed in to change notification settings

Melik-B/WordSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Search


Word Search :

Hello, the purpose of this simple console project is to print on the screen whether the word received from the user is found in the sentence received from the user. Although this console application is simple, if you are a beginner, this application will be a very good example for you to improve yourself.

  eg: sentence: Word Search
  word: Search
  "Search" found in "Word Search Application".
  OR
  eg: sentence: Word Search
  word: Worf
  "Worf" not found in "Word Search Application".

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 sentence.
  • The user is asked to enter a word she wants to search in the sentence she entered.
  • If the word entered by the user is in the sentence, 'word' found in 'sentence' is written on the screen.
  • If the word entered by the user is not in the sentence, 'word' not found in 'sentence' is displayed on the screen.

What will you learn from this project

  • Conditions
  • Index Of
  • Contains
    • Split Command
    • Trim Command

Built With

csharp

csharp

Contact

Melik Baykal - @lilMellik - melikbaykal06@gmail.com

Project Link: Word Search

-Melik Baykal

About

With this console application, you can better understand the logic of methods such as index of or contains.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages