点击运行
public class Main { public static void main(String[] args) { int x = 5, y = 8, z = 50; System.out.println(x + y + z); } }
运行结果 :
正在执行...