Write a function that creates a cipher from the given string using next alphabet?
Login to Submit
Input: "cat" Output: "dbu" Explanation: To make cipher from cat we use the next letter. d comes after c, b comes after a and u comes after t. So, cat becomes dbu