运营错误 java错误:找不到符号

  • public class TestConstant{ public static void main(String[] args){
      final double PI=3.14;
      //PI=3.1415; //无法为常量再次分配值
      
      final int MAX_SPEED=120;//常量的命名:全用大写字母,单词之间用下划线隔开
      
      int r=30;
      double area =PI*r*r;
      double circle =PI*r*2;
      System.ont.println("面积="+area);
    
System.ont.println("周长="+circle);
}

}

img

img

报错已经写明了,ont应为out

老哥,是out不是ont

out

为啥有电脑不用电脑截图提问,都喜欢用手机拍照,图片内存又大看起来还歪歪扭扭的