Question: Write a JavaScript program that simulates a ticket purchase using function lottery(). The program asks the user how many games the user wants to purchase
Write a JavaScript program that simulates a ticket purchase using function lottery(). The program asks the user how many games the user wants to purchase and passes the number as the parameters of function lottery(). Function lottery() randomly generates five, numbers between 0 and 99, per game and console the numbers per game.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
