Hackerrank-Solutions
Hackerrank-Solutions copied to clipboard
CaesarCipher.java using functions
According to the problem ceaserCipher function need to be created.So I have written the code using functions.
Created ceaserCipher function with String return type and called it in main function.