Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 466 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 466 Bytes

Lottery_Simulation

a program that simulates a lottery.

having a list of seven numbers that

represent a lottery ticket.

It generates seven random numbers.

After comparing the two sets of numbers,

the program outputs a prize based

on the number of matches:

● £20 for three matching numbers

● £40 for four matching numbers

● £100 for five matching numbers

● £10000 for six matching numbers

● £1000000 for seven matching numbers