Here's my code, basically a small program to calculate Body Mass Index. For some reason I get the follow error below the code.

import java.util.Scanner;
public class BMI{

public static void...