Here I am trying to have my \'cash\' variable from the Player method be included in an equation in my wagerBet() method. Currently Eclipse is telling me that variable \'cash\' c
There is only one real problem. To understand what static is.
static
Basic approach, until you are good enough, is to NOT use static at all. Remove it in all cases instead of "main" (you have to keep it there).