/tdd-lab

Primary LanguageJavaOtherNOASSERTION

TDD Lab

Learning Goals

  • Use TDD to create a simple program

Instructions

Use TDD to implement a FizzBuzz solution that takes an array of strings instead of a single string and substitutes each string in the array with its FizzBuzz-based transformed value.