C++ How To Program (Early Objects Version), Global Edition, With Access Card, 10 Ed
C++ How To Program (Early Objects Version), Global Edition, With Access Card, 10 Ed
10th Edition
ISBN: 9780134448848
Author: Paul Deitel, Harvey Deitel
Publisher: PEARSON
bartleby

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 21, Problem 21.9E
Program Plan Intro

Comparing Strings

Program Plan:

  • Include required header files.
  • Define the “main()” function
    • Create a string array str with some string values.
    • Create two string variables str_r and str_ay with values “r” and “ay”.
    • Create integer variable it.
    • Use a loop to iterate it from 0 to 8.
      • Compare each value of string array str with str_r and str_ay to check whether the string contains “r” or “ay” at the end.
      • If the condition satisfies display the string.

The following program uses the compare function to check whether the string contains r and ay at the end and displays the proper string.

/*Include required header files*/
#include <iostream>
#include <string> 
using namespace std;

Blurred answer
Students have asked these similar questions
What is the difference between the statements continue and break?
Which of the following statements are equivalent? Which ones are correctly indented?
Analyze the following statements carefully and decide whether the statements that appear after the code are true or false.
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr
Text book image
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning
Literals in Java Programming; Author: Sudhakar Atchala;https://www.youtube.com/watch?v=PuEU4S4B7JQ;License: Standard YouTube License, CC-BY
Type of literals in Python | Python Tutorial -6; Author: Lovejot Bhardwaj;https://www.youtube.com/watch?v=bwer3E9hj8Q;License: Standard Youtube License