- Clone the repository from GitHub to your local machine.
- Once you have a copy of the repository on your machine, create a branch and begin working on the assignment.
-
Start by asking the user to give you their first name.
-
Store their name within a variable.
-
Repeat steps 1 and 2 with the users last name.
-
Ask for and store the users favorite number. (Remember to convert it to an int)
-
Ask for and store the users favorite animal.
-
Once you have gotten all their info and stored it, display it back to them.
- If their favorite number is greater than 10, display it in green.
- If their favorite number is less than 5, display it in red.
- After finishing the assignment, push your branch to GitHub.