Check String for Palindrome

# Introduction In this lab, you will learn how to write C++ code to check whether a given string is a Palindrome or not. A palindrome is a type of word, phrase, or sequence of characters that reads the same way whether forwards or backward. For example, "level" is a Palindrome because it reads the same way forwards and backwards. In this lab, we will write a simple program that will take as input a string and checks whether it is a Palindrome or not.

|60 : 00

Click the virtual machine below to start practicing