各位帮忙解答一下,为啥我的System.out不显示蓝色还请解答一下
你看看你的class类和main函数在不在,main函数里面写,我的没问题
public class Demo04 {
public static void main(String[] args) {
System.out.println("Hello Word");
final double PI = 3.14;// 定义一个PI常量
int R = 5;// 定义一个表示表示半径的变量
double ymj = PI * R * R;
System.out.print("圆的面积等于:" + ymj);
}
}
可以看看jdk是不是对应的版本,我一般使用1.8的就可以
下面那个<a是什么?