Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

HELP ME the program language is java. and it needs to print out 10 skydive rounds Your assignment is as follows: A skydiving competition is

HELP ME the program language is java. and it needs to print out 10 skydive rounds

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

Your assignment is as follows: A skydiving competition is comprised of the following: Each team has 5 members (4 point skydivers and a cameraman) Each meet has a maximum of 10 skydives Each skydive has a maximum of 5 maneuvers to perform in repetition in 35 seconds, but the number of maneuvers can vary. These maneuvers are taken from a dive pool comprised of the following: There are 16 Random formations labeled A-Q that are worth 1 point There are 22 block sequences labeled 1-22 that are worth 2 points A skydive is randomly generated with a maximum of 5 maneuvers per dive and with a minimum of three maneuvers. There are some combinations, however, that are illegal since the rules state that the only way to have a 6 point skydive is by using three blocks. This means, looking at the dive pool, that at least 1 random must appear in any other round except this 6 point round. So a dive with all blocks has 6 points and all others have 5 points. A dive with all randoms is equally valid, however, and will be worth 5 points. Notice there is no formation labeled I (the letter). The issue is that you have to think about how you construct the skydives, as certain combinations may come up invalid during the selection process. In competition, each sequence you pick is repeated as many times as possible within 35 seconds from when your feet leave the airplane. There are 10 rounds in a full competition meet. Your program must: Generate the skydives for the meet using the above rules for a 10 round meet Produce a listing of the dives by round. It can be formatted any way you want but it mus contain both the letter or the number corresponding to the formation, and the FULL NAME of the formation. Just make sure it is clearly printed on the screen

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_2

Step: 3

blur-text-image_3

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

Big Data Systems A 360-degree Approach

Authors: Jawwad ShamsiMuhammad Khojaye

1st Edition

0429531575, 9780429531576

More Books

Students also viewed these Databases questions

Question

What are Measures in OLAP Cubes?

Answered: 1 week ago

Question

How do OLAP Databases provide for Drilling Down into data?

Answered: 1 week ago

Question

How are OLAP Cubes different from Production Relational Databases?

Answered: 1 week ago