Stub lab
You’ve been asked to create a piece of software that will randomly generate a sequence of lottery ticket numbers (between 1 and 99). There should 5 in total. The code should print out the numbers as follows “1 - 2 - 3 - 4 - 5”.
Using TDD create the lottery number generator so that it generates a random set of numbers. In order to successfully test the application, the number generator will need to be stubbed.