標題:
2023/03/15 作業
[打印本頁]
作者:
鄭繼威
時間:
2023-3-15 21:10
標題:
2023/03/15 作業
1. 回去一定要好好的多
複習每次的上課內容
2.
[作業] 字串處理 (十一) - 判斷大小寫
!
作者:
鄭繼威
時間:
2023-3-15 21:13
#include<iostream>
#include<cstdlib>
#include<string.h>
using namespace std;
int main()
{
char c;
cout<<"請輸入你要查詢ASCII的字元: ";
cin>>c;
cout<<"字元<"<<c<<">的查詢結果:"<<int(c)<<endl; //char->int
int i;
cout<<"請輸入你要查詢ASCII的數字: ";
cin>>i;
cout<<"數字<"<<i<<">的查詢結果:"<<char(i)<<endl; //int->char
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2