摘要: 功能:输入若干整形数值,用String类接收,强制转换为整型并求和输出 代码: package demo; public class sump { public static void main(String[] args) { int sum=0; //设数值初始值和为0 System.out.p 阅读全文
posted @ 2016-09-21 08:28 海森堡不如我侧的准 阅读(123) 评论(0) 推荐(0)