Instructions: 1. Read and analyze the given code. 2. Print out "Same" if all of their 2nd characters are the same, otherwise print out "Not the Same".

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Uisng C++

main.cpp
5. String[1] Check
1
#include<iostream>
by CodeChum Admin
2 #include<cstring>
3
Let's do Strings again!
4 - int main(void) {
std::string str%;
std::string str2;
std::string str3;
5
But like l've said, since you haven't tried creating
7
any strings yet, try to understand the given code in
8
the editor. Your task is to check if all of their 2nd
std::cin >> str%;
std::cin >> str2;
std::cin >> str3;
9.
characters are the same or not.
10
11
12
char striSecondCharacter = stri[1];
str2[1];
char str3SecondCharacter = str3[1];
Instructions:
13
14
char str2SecondCharacter
1. Read and analyze the given code.
15
2. Print out "Same" if all of their 2nd characters
16
// TODO:
// 1. Check if all of the second characters above are equal
17
are the same, otherwise print out "Not the
18
Same".
19
20
return 0;
21 3
Input
Three lines containing a string on each.
Cry
Custom Input
Output
Test Cases
Priest
Fry
O Test Case 2
Output
A line containing a string.
O Test Case 3
Same
Test Case 4 Hidden
Transcribed Image Text:main.cpp 5. String[1] Check 1 #include<iostream> by CodeChum Admin 2 #include<cstring> 3 Let's do Strings again! 4 - int main(void) { std::string str%; std::string str2; std::string str3; 5 But like l've said, since you haven't tried creating 7 any strings yet, try to understand the given code in 8 the editor. Your task is to check if all of their 2nd std::cin >> str%; std::cin >> str2; std::cin >> str3; 9. characters are the same or not. 10 11 12 char striSecondCharacter = stri[1]; str2[1]; char str3SecondCharacter = str3[1]; Instructions: 13 14 char str2SecondCharacter 1. Read and analyze the given code. 15 2. Print out "Same" if all of their 2nd characters 16 // TODO: // 1. Check if all of the second characters above are equal 17 are the same, otherwise print out "Not the 18 Same". 19 20 return 0; 21 3 Input Three lines containing a string on each. Cry Custom Input Output Test Cases Priest Fry O Test Case 2 Output A line containing a string. O Test Case 3 Same Test Case 4 Hidden
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY