Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 218 Bytes

File metadata and controls

9 lines (7 loc) · 218 Bytes

Program 2

Given a String,check if it is a palindrome or not.

Variable description s= Input String start= Starting index of String s end= Last index of String s flag= Variable to mark if the String is not a Palindrome