启动以下可执行文件失败,\bin\javac.exe -g -classpath C:\Users\user\Documents -d C:\Users\user\Documents C:\Users\user\Documents\Kwame.java 求帮助,请参考http://www.jcreator.com/installation.htm。
出于某种原因,无论我写什么代码,它都会继续这样做,我不知道为什么。
import java.io.*;
import java.util.*;
public class KyeretwieTestProgram1113 {
public KyeretwieTestProgram1113() {
Scanner kbInput = new Scanner(System.in)
System.out.println(Enter the high temperature on day 1:);
double d = kbInput.nextDouble();
System.out.println(Enter the high temperature on day 2:);
double da = kbInput.nextDouble();
System.out.println(Enter the high temperature on day 3:);
double a = kbInput.nextDouble();
System.out.println(Enter the high temperature on day 4:);
double day = kbInput.nextDouble();
System.out.println(Enter the high temperature on day 5:);
double y = kbInput.nextDouble();
}
}
我该如何解决这个问题?