Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using C++, Write a program asking the user to enter two names. Compare and if they are the same, display a message saying so. Otherwise
Using C++,
Write a program asking the user to enter two names. Compare and if they are the same, display a message saying so. Otherwise display them in alphabetical order.
Hint: Use strcmp.
Sample Run
Please input the first name
San Francisco
Please input the second name
Los Angeles
The names are not the same:
Los Angeles
San Francisco
===================
Please input the first name
San Jose
Please input the second name
San Jose
The names are the same
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started