divider

Objective

In the early days of the internet, chain letters were a popular form of spam. These messages told a story and urged readers to forward the letter to a set number of contacts—often with dramatic consequences if they didn't.

Your task: Build a console application that displays a chain letter message. See the sample output below for inspiration.

Skills to Practice

  • icon Creating and running a program
  • icon Displaying console output
divider

Tasks

  • icon Create a new project named sprint-1-1. Don't forget the file extension (e.g. .js, .py, etc.).
  • icon Complete the following tasks:
    • icon Write a silly, school-appropriate chain letter message.
    • icon Your program should display at least 5 lines of output to receive full credit.
divider

Sample Output

Sample Output
Greetings, chosen one. You’ve received this shadowed missive, a chain letter
laced with unseen power.
Copy this letter and pass it to 10 souls within 24 hours. Defy this command,
and a creeping unease will haunt you: your favorite song will loop endlessly in
your mind, its words twisted into a maddening riddle you can’t solve. Every
meal you cook will be slightly underseasoned, leaving you unsatisfied.
But obey, and the forces watching from the digital abyss will grant you favor:
your favorite games will unlock secret levels, and every snack you crave will
be perfectly stocked. The eyes of the internet are upon you. Choose wisely.

Begin Sprint