This is a simple lottery game that allows the users to enter 6 number which is sorted using insertion sort.
Designed a lottery game using c programming language
Implemented Insertion Sort to Sort the winning numbers
Allows user to enter a set of 6 lottery number.
Desgined a feature to check if user has more 2 winning lottery numbers and will display the winning award.
Counts the frequency of each numbers occurence every time the game is run.
Closes the program gracfully