第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

java+myeclipse 數(shù)字輸出

java+myeclipse 數(shù)字輸出

慕的地8271018 2018-07-04 09:22:28
問題:有兩組范圍數(shù)字:474~514,783~813兩組范圍數(shù)字(**范圍數(shù)字會(huì)變化**)。實(shí)際范圍數(shù)字有很多組,且數(shù)字范圍變化通過程序處理,輸出格式為:474,475,476,477,478,479,480481,482,483,484,485,486,487,488,489,490491,492,493,494,495,496,497,498,499,500501,502,503,504,505,506,507,508,509,510511,512,513,514783,784,785,786,787,788,789,790791,792,793,794,795,796,797,798,799,800801,802,803,804,805,806,807,808,809,810811,812,813
查看完整描述

1 回答

?
手掌心

TA貢獻(xiàn)1942條經(jīng)驗(yàn) 獲得超3個(gè)贊

public class Test {public static void main(String[] args) {
    for (int i = 474; i <= 514; i++) {
        if (i != 514) {
            if(i%10==0){
                System.out.print(i);
                System.out.println("");
            }else{
            System.out.print(i + ",");
            }
        } else {
            System.out.print(i);
        }
    }
    System.out.println("");



    for (int i = 783; i <= 813; i++) {
        if (i != 813) {
            if(i%10==0){
                System.out.print(i);
                System.out.println("");
            }else{
            System.out.print(i + ",");
            }
        } else {
            System.out.print(i);
        }
    }
}
}


查看完整回答
反對(duì) 回復(fù) 2018-08-05
  • 1 回答
  • 0 關(guān)注
  • 626 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)