I'm getting this error when trying to set the value of an int to a specific user input with the scanner. here's my code:


package coinflip;

import java.util.Scanner;

public class CoinFlip...