Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find word in sentence. #20

Open
emrerenJs opened this issue Aug 8, 2022 · 0 comments
Open

Find word in sentence. #20

emrerenJs opened this issue Aug 8, 2022 · 0 comments
Assignees

Comments

@emrerenJs
Copy link
Collaborator

emrerenJs commented Aug 8, 2022

Read a sentence and a word from console and search the word in the sentence.

Example 1 :
Sentence : Search me please
Word: me
Output: "me" word is exist on 7-9 indexes of the sentence.

Example 2 :
Sentence : I am starving now!
Word : hungry
Output : "hungry" word is not exist on the sentence!

@emrerenJs emrerenJs changed the title Strings Find word in sentence. Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants