Gar*_*gin 2 java compiler-errors keyword
class return{
public static void main(String args[]){
boolean t = true;
System.out.println(" this is before");
if (t) return;
System.out.println(" this is not going to be printed on the screen");
}
}
Run Code Online (Sandbox Code Playgroud)
这是我的代码和我的命令行带来的
标识符预期错误
谁能解释问题所在?
| 归档时间: |
|
| 查看次数: |
418 次 |
| 最近记录: |