package com.good;public class helloworld { public static void main(String[] args) { int a=15; int b=24; int sum=a+b; System.out.println("两数之和为:"+sum); } }package com.good;public class helloworld { public static void main(String[] args) { int a=15; int b=24; int sum=a+b; System.out.println("两数之和为:"+sum); } }
添加回答
举报
0/150
提交
取消