白盒測試實(shí)驗(yàn)報(bào)告(共8頁).docx
《白盒測試實(shí)驗(yàn)報(bào)告(共8頁).docx》由會員分享,可在線閱讀,更多相關(guān)《白盒測試實(shí)驗(yàn)報(bào)告(共8頁).docx(7頁珍藏版)》請?jiān)趨R文網(wǎng)上搜索。
1、精選優(yōu)質(zhì)文檔-傾情為你奉上白盒測試實(shí)驗(yàn)報(bào)告班級:2011級5班學(xué)號:2姓名:王桐日期:2014/4/8一、 程序代碼import java.util.Scanner;public class 日歷 /* * param args */public static void main(String args) / TODO Auto-generated method stubint Year,W;int Month,Day;Scanner scan = new Scanner(System.in);/System.out.print("Please enter the year"
2、;);Year = scan.nextInt();/System.out.println("please input the month");Month = scan.nextInt();/*if(Month<=0|Month>=13)System.out.println("please input the month again");Month = scan.nextInt();*/System.out.println("please input the day");Day = scan.nextInt();/*if(D
3、ay<=0|Day>=31)System.out.println("please input the date again");Day = scan.nextInt();*/System.out.println(Y);int temp = (Year - 1) + (Year - 1) / 4 - (Year - 1) / 100 + (Year - 1)/400)%7;W=temp%7+1;int count = W; int day = 0; for(int m=1;m<=Month-1;m+)/i for month; if(m=1|m=3|m=5|
4、m=7|m=8|m=10|m=12)day=31;else if(m=4|m=6|m=9|m=11)day=30;else if(m=2) if(Year%4=0&&Year%100!=0)|(Year%100=0&&Year%400=0)day=29;elseday=28; count+=day; W=(count+Day-1)%7; System.out.println(Year+"年"+Month+"月"+Day+"日"+"是星期"); switch(W) case 1 : S
- 1.請仔細(xì)閱讀文檔,確保文檔完整性,對于不預(yù)覽、不比對內(nèi)容而直接下載帶來的問題本站不予受理。
- 2.下載的文檔,不會出現(xiàn)我們的網(wǎng)址水印。
- 3、該文檔所得收入(下載+內(nèi)容+預(yù)覽)歸上傳者、原創(chuàng)作者;如果您是本文檔原作者,請點(diǎn)此認(rèn)領(lǐng)!既往收益都?xì)w您。
下載文檔到電腦,查找使用更方便
20 積分
下載 | 加入VIP,下載共享資源 |
- 配套講稿:
如PPT文件的首頁顯示word圖標(biāo),表示該P(yáng)PT已包含配套word講稿。雙擊word圖標(biāo)可打開word文檔。
- 特殊限制:
部分文檔作品中含有的國旗、國徽等圖片,僅作為作品整體效果示例展示,禁止商用。設(shè)計(jì)者僅對作品中獨(dú)創(chuàng)性部分享有著作權(quán)。
- 關(guān) 鍵 詞:
- 測試 實(shí)驗(yàn) 報(bào)告