Question: Exercise #1: String Comparison Write a C++ program that prompts the user to enter two equal sized strings and then compares them whether they are
Exercise #1: String Comparison Write a C++ program that prompts the user to enter two equal sized strings and then compares them whether they are the same or not. You should not use any predefined library function. Sample Input/Output: ter tuo strings of equal size. ter a string: THIS is progranning class Enter two strings of equal size. ter a string: this is progranning class: nter another string: this is programming class. nter another string: this is progranning class. two strings are NOT sane The tuo strings are sane
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
