diff --git a/practicals/week8/tasks.md b/practicals/week8/tasks.md index 4cf2a177e88374e5082f55f516a87ceed79304ad..c605d6156a0957f0f596eb31221a889ac24f1ad8 100644 --- a/practicals/week8/tasks.md +++ b/practicals/week8/tasks.md @@ -104,6 +104,8 @@ Write a program that asks the user to guess a number between 1 and 10. If the us # (Optional) Task 3 +> Task: Implement a Caesar Cypher encrypt and decrypt function + A Caesar cipher is a simple encryption technique that involves shifting the letters of the alphabet by a certain number of positions. It is named after Julius Caesar, who is said to have used this method to communicate secretly with his generals. Here's how a Caesar cipher works: