專案2:本月有幾天?
自選if語句的巢狀或/和switch語句完成程式設計
程式設計序,輸入年份和月份,輸出本月有多少天。合理選擇分支語句完成設計任務。
樣例輸入1:2004 2
輸出結果1:本月29天
樣例輸入2:2010 4
輸出結果2:本月30天
#include using namespace std;
int main()
d=a+c;
cout <<"到期利息為:"<
#include #include using namespace std;
int main()
{ double x,y;
cin >>x;
if (x<2)
y=x;
else if (2<=x||x<6)
y=x*x+1;
else if (6<=x||x<10)
y=sqrt(x+1);
else
y=1/(x+1);
cout <
C 第3次作業
一 模擬atm新編 includeusing namespace std int main cin numb if numb 1 cout 餘額不足 n else if numb 2 cout 您的賬戶已凍結,請換卡 n else if numb 3 cout 請將現金放入存鈔口,正在處理請稍等 n...
C 第3次上機作業
一 本月有幾天?include using namespace std int main if month 2 cout 二 定期存款利息計算器 include using namespace std int main cout 您所存入金額和選人的存款方式將會獲得利息 多分數段函式求值 inclu...
C 第3次上機作業
一 靜態成員類別 檔名稱 靜態成員類 作 者 張嵐 完成日期 2016年4月11日 版 本 號 v1.0 對任務及求解方法的描述部分 輸入描述 問題描述 設計含有靜態資料成員和成員函式的time類 程式輸出 略 問題分析 略 演算法設計 略 include using namespace std c...