Question: C++ Write a program that reads a line of text, changes each uppercase letter to lowercase, and places each letter both in a queue and
C++
Write a program that reads a line of text, changes each uppercase letter to lowercase, and places each letter both in a queue and onto a stack. The program should then verify whether the line of text is a palindrome (a set of letters or numbers that is the same whether read forward or backward). You should declare your own classes, you are not allowed to use STL.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
