Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please write it in C++ I am not sure on how to do it thank you Write a word search and word count program. 1)

please write it in C++ I am not sure on how to do it thank you image text in transcribed
Write a word search and word count program. 1) Assign the following text to a string constant. (Matthew 22:34-40, ESV) But when the Pharisees heard that he had silenced the Sadducees, they gathered together. And one of them, a lawyer, asked him a question to test him. "Teacher, which is the great commandment in the Law?" And he said to him, "You shall love the Lord your God with all your heart and with all your soul and with all your mind. This is the great and first commandment. And a second is like it: You shall love your neighbor as yourself. On these two commandments depend all the Law and the Prophets." 2) Prompt the user to enter a word or phrase 3) Search the string given by the user from the text above and inform how many times the word/phrase was found in the text. This should not be case sensitive and it should find multiple forms of the word. For example, a search for "law" would be found 3 times (lawyer, Law, and Law). (Hint: You need to use while loop, find and length function from string library. Also, you will need to use string:mpos.) 1) Search for the following (All string searches are NOT CASE-SENSITIVEI) a. God b. commandment claw 1 d. love e. Jesus teacher

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Principles Of Database Systems With Internet And Java Applications

Authors: Greg Riccardi

1st Edition

020161247X, 978-0201612479

More Books

Students also viewed these Databases questions

Question

The paleolithic age human life, short write up ?

Answered: 1 week ago