Skip to content

Commit

Permalink
Create Question for practice
Browse files Browse the repository at this point in the history
  • Loading branch information
VivudhSH authored Oct 28, 2018
1 parent b18d057 commit b27d402
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ASSIGNMENTS/Question for practice
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Question for practice
Joseph came across the next question , which asked him to check if the word spelt the same backwards .

A simple enough question , he started to solve the question only to be constrained by language allowed.

(Input a string (of character <80) from the user and print whether the string is a palindrome or not.

Assume no spaces between characters.) Sample Input: eergreejj

Sample Output: Not At All

(If it is a palindrome - print "Indeed")

SAMPLE INPUT
eergreejj
SAMPLE OUTPUT
Not At All

0 comments on commit b27d402

Please sign in to comment.