WhileDemo

Struct WhileDemo03

package com.chen.struct; public class WhileDemo03 { public static void main(String[] args) { //计算1+2+3...+100=? //高斯的故事 int i = 0; int sum = 0; while ......
WhileDemo Struct 03
共1篇  :1/1页 首页上一页1下一页尾页