This one little problem has been bugging me for 1 whole hour.

import java.util.Scanner;
public class Project8 {

public static void main(String[] args)
{
Scanner keyboard = new Scanner...