Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with this Java program: Write a java program Running a lottery for migacents, with a price of $4000.00: Start with an empty

I need help with this Java program:

Write a java program Running a lottery for migacents, with a price of $4000.00:

Start with an empty bag.

Each ticket is represented by an integer, with its range being determined by the programmer.

One ticket number may be purchased multiple times.

For each ticket purchased, put an item in the bag.

Don't grab if not tickets purchased.

The odds should be determined before the sale.

The winning number should be randomly picked up in the number range announced before the sale.

Use a special number (e.g. 1) as the indication of the end of the sales.

The winners number should be announced, as well as the number of winners, and the price for each winner. If there is no winner, an announcement, which include the message the price will be roll over to next round, should also be made.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Making Databases Work The Pragmatic Wisdom Of Michael Stonebraker

Authors: Michael L. Brodie

1st Edition

1947487167, 978-1947487161

More Books

Students also viewed these Databases questions

Question

In an Excel Pivot Table, how is a Fact/Measure Column repeated?

Answered: 1 week ago