Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I'm having trouble completing this Java assignment. I have highlighted the sections that I am having trouble on and put the directions in comments. HumanPlayer
I'm having trouble completing this Java assignment. I have highlighted the sections that I am having trouble on and put the directions in comments. HumanPlayer and AIPlayer extends Player, leadPlayer is of type Player, table is an ArrayList, and placeBid() is in class HumanPlayer and returns int. Any help would be appreciated, thanks! For some reason Chegg does not want to let me upload a decently clear image, if you open it in a new tab it is much more clear.
Projects X FilesServicers -I AiPlayer.java Cardjava Deck.java x Game java HumanPlayer.java xdlPlayer.java dPlayerjava Team.java xd Constants.java xaspade Source Packages193 constants ?Constants.java core 194 195 private void play) AiPlayer.java ?Card.java ?Deck.java getBids) Gamejava HumanPlayer.java 200 private void getBids ) a IPlayer.java Player java Team.java 202 203 204 int bidNumber-0 int leadPlayerInde: if (dealerIdx B)/s this supposed to be leadP1ayerIndex? else leadPlayerIndex0 leadPlayer-table.get (leadPlayerIndex) spades Spades.java user 206 207 208 209 210 leadPlayerIndexdealerIdx +1: Libraries Test Libraries 212 213 //create an instance of class HumanPlayer set equal to an explicit //type cast of the member variable leadPlayer and cal1 method //placeBid) on class HumanPlayer 215 216 217 218 219 220 221 / else create an instanceof class AiPlayer set equal to arn /lexplicit type cast of the member variable leadPlayer and call //methodplaceBid) on class AiPlayer bidNumbert+ int playerIndex; if (leadPlayerIndex 3) else playerInde0 nextPlayer table.get (playerIndex) playerIndex+t: 248 249 250 251 252 253 254Step 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