3C 第三週作業

2021-08-28 02:38:23 字數 2867 閱讀 9979

@#p72第2.(1)題

假定已經獲取題庫中的試題號,並放在陣列arraykt中,定義乙個 靜態成員方法,實現從上述陣列中抽取給定數量的考題,並組成乙個考題字串。

@#實驗二

第4題猜[0,100)的數

@#實驗三

1.從字串strfilename = @"d:\c#程式設計\實驗三3\myfile.txt",中取檔名「myfile.txt」。

2.實驗stringbuilder類,定義乙個靜態成員方法,實現字串反轉(比如621變成126)。

3.輸入學號和姓名,對不存在的學號加到hashtable類的例項中,對存在的學號給出提示,結束輸入後,輸出學號為奇數的所有學生。

4.以字串方式輸入某人的出生日期,使用datetime類和timespan類。

(1)計算此人的年齡

(2)計算從現在到這個人60歲期間,總共多少天。

實驗二

第4題using system;

using system.collections.generic;

using system.linq;

using system.text;

using system.threading.tasks;

}console.writeline("正確答案是" + m);

console.readkey();}}

}實驗三

第1題:

using system;

using system.collections.generic;

using system.linq;

using system.text;

using system.threading.tasks;

namespace _3._1

catch(exception ex)}}

}class filename

return s;

}public static string getfilename2(string strfilename)

return s;

}public static string getfilename3(string strfilename)

}實驗三

第2題using system;

using system.collections.generic;

using system.linq;

using system.text;

using system.threading.tasks;

namespace _3._2

public static string reverse(string str)

string s = stringbuilder.tostring();

return s;}}

}實驗二

第3題:

using system;

using system.collections.generic;

using system.linq;

using system.text;

using system.threading.tasks;

using system.collections;//-----------加上的

namespace _3._3

, ,,,

,,

};/*

hashtable hst = new hashtable;

hst.add(001, "張軍");

*/for (int i = 0; i <2; i++)

else

}foreach(dictionaryentry item in hst)

,",item.key,item.value);}}

console.readkey();}}

}實驗三

第4題using system;

using system.collections.generic;

using system.linq;

using system.text;

using system.threading.tasks;

using system.collections;

namespace _3._4

歲", age);

year += 60;

datetime dt = new datetime(year, month, day);

timespan ts = dt - datetime.now;

console.writeline("從今天到60歲,總共天", ts.days.tostring());

console.readkey();}}

}p72頁

第2(1)題

using system;

using system.collections.generic;

using system.linq;

using system.text;

using system.threading.tasks;

using system.collections;

namespace _72._2._1_

}console.write("n = ");

int n = int.parse(console.readline());

console.writeline("考題:" + getkth(n, arraykt));

console.readkey();

}public static string getkth(int n, params int arraykt)

return kt.tostring();}}

}

第三週作業3

例2.1 功能 布林型別使用舉例 include 編譯預處理命令 include 使用控制符boolalpha需使用此標頭檔案 using namespace std 使用標準名空間 std int main 主函式 例2.3 附例 include 例2.4 例2.5 例2.6 char ch c ...

第三週 C 作業任務3

class time int main void time set time inline void time add a sec 增加1秒鐘 inline void time add a minute 增加1分鐘 inline void time add an hour 增加1小時 void ti...

C 第三週作業

作業一 課本各例題 例題一 例題1.功能 顯示輸出各種變數所佔的節數 include iostream using namespace std int main cout 例題二 功能 布林型別使用舉例 include includeusing namespace std int main bool...