咦一哈呦呦 发表于 2022-3-15 19:25:35

java(刚学的)

为什么一输出就不行啊{:5_94:}

ckblt 发表于 2022-3-15 19:28:06

把第5行移到第4行

ckblt 发表于 2022-3-15 19:30:30

public class TestIntDouble {
    public static void main(String[] args) {
      double dl = 3.14;
      System.out.println(dl);
    }
}

hornwong 发表于 2022-3-15 20:21:12

{:5_95:}
页: [1]
查看完整版本: java(刚学的)