Here is the program I have so far for the Pick A Card assignment. It almost works but gives the wrong answer? Is something backwards in my code?



import java.util.*;

public class assign_7...