weeklychallenge
Caesar Salad: Weekly Challenge 358 part 2
Task 2: Encrypted String: You are given a string $str and an integer $int. Write a script to encrypt the string using the algorithm — for each character $char in $str, replace $char with the $int th character after $char in the alphabet, wrapping if needed and return the encrypted string.