Cheers (Part 1)
Getting Started
- Fork this repo
- Clone your fork
cd
into the directory that represents your language of choice and start your project there.
What to Implement
- Ask for the user's name.
- Accept input from the user and print their name.
- Cheer the user on.
For example, if name is "Bob", output should be:
What's your name?
> Bob
Give me a.. b
Give me an.. o
Give me a.. b
BOB is.. GRAND!
Cheers (Part 2)
What to Implement
- After your user enters their name, your program should ask for their birthdate.
- After the cheer, your program should tell the user how many more days there are until their next birthday.
- The user should only have to enter the Day and Month
The final version of your app should work like the following:
What's your name?
> Bob
What's your birthday?
> 10/19
Give me a.. b
Give me an.. o
Give me a.. b
BOB is.. GRAND!
Your birthday is _____ days away!
If the person's birthday is that day, your program should say:
Happy Birthday!!