This commit is contained in:
Oliver Davies 2020-07-05 15:50:12 +01:00
parent 7887455c41
commit ae5f58c8c7
3 changed files with 223 additions and 0 deletions

View file

@ -6,6 +6,7 @@ Includes:
- **Anagrams**: select an anagram for a word from a list of condidates.
- **Bob**: returns different responses based on input.
- **Bowling**: calculate the score for a game of bowling.
- **Grade School**: given students' names along with the grade that they are in, create a roster for the school.
- **Roman numerals**: convert a number into its roman numeral value.