encipher('xyza', 1)
'yzab'
and
decipher( S )
decipher('Bzdrzq bhogdq? H oqdedq Bzdrzq rzkzc.')
'Caesar cipher? I prefer Caesar salad.'
I have to write a program on the above given examples.. and it can be anything.. if the text is entered in upprecase it shold give output in uppercase and same for lowercase.. it shouldn't do anything if number or special characters are used..
I used built in functions ORD and CHR.. I don't know I am unable to establish the connection as I need a helper function..
I would be appreciative if some one can help me.. Thank you

New Topic/Question
Reply





MultiQuote



|