3-2
#include using namespace std;
int main( )
{ int year,month;
cout<<"請輸入年份和月份:";
cin>>year>>month;
if(month==2)
{ if((year%4==0)&&(year%100!=0)||(year%400==0))
cout<<"本月29天"int main( )
{ int money,time;double accrual,captial=0;
cout<<"歡迎使用利息計算器!\n""請輸入存款金額:";
cin>>money;
cout<<"*****=存款期限*****=\n";
cout<<"1. 3個月\n"<<"2. 6個月\n"<<"3. 一年\n"<<"4. 二年\n"<<"5. 三年\n"<<"6. 五年\n";
cout<<"請輸入存款期限的代號:";
cin>>time;
switch(time)
{case 1:accrual=money*0.0310*0.25;cout<
3-4#include #include using namespace std;
int main( )
{ double x,y;
cout<<"輸入x:";
cin>>x;
if(x>=10)y=1/(x+1);
else if(x>=6)y=sqrt(x+1);
else if(x>=2)y=x*x+1;
else y=x;
cout<
c 實驗作業 3
專案4 檔名稱 c 實驗作業 3 作 者 秦威 完成日期 2016 年 4 月 10 日 版 本 號 v1.0 對任務及求解方法的描述部分 輸入描述 問題描述 程式輸出 問題分析 演算法設計 include includevoid main else if x 6 else if x 10 else...
C語言作業(3)
1 如輸入 z2009 ashanghaiz 則輸出 lenth 8 事例說明 從a到z的子串為shanghai,其長度是8.while q z 將q指標指向字元a之後的字元z return q 1 p int main void 3 實現整數n n 10 的算式 n n 1 n 2 3 2 1 輸...
c 作業總結3
一 日期類 date operator int day1 else int temp int y,m,da y this year m this month da this day temp this day day1 if temp d m 1 else day1 day1 d m 1 da da...