Uri 1024 – Encryption solution
This is a basic string manipulation problem to create a basic encryption program. First of all, we see from the given inputs that inputs can be a sentence aka. more than one word in an input. So, we can’t use scanf, cin or any other formatted input functions of c/c++ as those will only take input until space is encountered.… Read More »Uri 1024 – Encryption solution