This line of code stands out:



//Print the amount user has won. Game over at this point.
System println("The amount you've won is:" + val(arr[position]));



The line above should have...