C code 字元大小寫轉換
C code 字元大小寫轉換
資料來源:http://www07.eyny.com/thread-10102905-1-3D41XTMV.html
Hint 1 : c++ Functions isupper(), islower(), toupper(), tolower()
Hint 2 : ASCII, A-Z為65~90, a-z為97~122
C code 字元大小寫轉換
資料來源:http://www07.eyny.com/thread-10102905-1-3D41XTMV.html
Hint 1 : c++ Functions isupper(), islower(), toupper(), tolower()
Hint 2 : ASCII, A-Z為65~90, a-z為97~122