Output the Encrypted Letters

# Introduction In this challenge, you are asked to write a C program that translates the word "LabEx" into an encrypted password. The encryption rule is to replace each letter with the 4th letter after the original letter. You will use both the `putchar` and `printf` functions to output the 5 encrypted characters.

|60 : 00

Click the virtual machine below to start practicing