Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Say I wanted to make a stanley cup (hockey tournament) simulator program for java. where I see which team wins the tournament with the results
Say I wanted to make a stanley cup (hockey tournament) simulator program for java. where I see which team wins the tournament with the results of each game (scores).
I would need 3 arrays, right? One for the name of the teams (a string array, 1 dimensional), and a separate 2d array of goals scored.
And in this 2d array i' call to the one dimensional to pull the names of the teams and then simulate one - 5 tournaments because I want to see if the team even wins any of the tournaments simulated.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started