Lottery game using C programming

Write your question here.
Write a program in C to play the “LOTTO GAME”. Note:- For the purpose of the presentation of this assignment, you must be able to show some winning outcomes (i.e. no randomness). Every Saturday the draw is broadcast live on TV.

The “LOTTO GAME” is played as follows: Six numbers between 1 and 40 inclusive are generated at random. If a number has been generated it is not generated a second time. A player can bet any six numbers between 1 and 40 inclusive. The cost for each bet is Rs 20.

A player can bet as many times as he wishes for each draw. If the player gets all the six numbers correct (the order is not important) he wins the jackpot. If more than one player wins the six correct numbers the jackpot is shared equally among them.

The program should be able to record all the players, their bet and the total bet. For five, four and three correct (again order is not important) betting consolation prizes are awarded. Obviously as the number of correct numbers decreases the number of potential winners increases and the prizes decrease also. You should make use of functions in your program.

I don't know how to start it...am confused




I would have thought your teacher would have explained this to you before handing out the assignment.

Its always a good idea to at least attempt it and post your code so that people can correct you and push you in the right direction. Simply writing this for you will be of no benefit and you will be no further forward on your learning.
Topic archived. No new replies allowed.