public class Google
{
public static void main(String[] args)
{
String quote="Four score and " + "senve years ago,";
String more =quote +"our"+"father"+"brought...";
System.out.println(more);
}
} 我编译时,错误信息提示:"cannot read Google.java"
都不知道是怎么回事啊!!
我把自己编的放在另外一个文件夹下面啊,路径我也有改,就是不知道哪里出错!!