点击运行
public class Main { public static void main(String[] args) { int myNum = 15; System.out.println(myNum); } }
运行结果 :
正在执行...