Hmm, I have the same problem. Here's my code:


import java.util.Scanner;

public class Assignment2
{
public static void main (String[] args)
{
Scanner in = new...