標題:
[隨堂測驗] 字串處理 (四) - 字串中第n個字母為?
[打印本頁]
作者:
陳品肇
時間:
2019-6-15 12:12
標題:
[隨堂測驗] 字串處理 (四) - 字串中第n個字母為?
本帖最後由 陳品肇 於 2019-6-15 14:43 編輯
試做一執行畫面如下之程式.
[attach]6684[/attach]
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int s;
char str[20];
cout<<"輸入一字串: ";
cin.getline(str,20);
cout<<"抓出第幾個字元? ";
cin>>s;
cout<<"第"<<s<<"個字元為: "<<str[s-1]<<endl;
system("pause");
return 0;
}
複製代碼
作者:
吳孟書
時間:
2019-6-15 14:34
此帖僅作者可見
作者:
吳孟修
時間:
2019-6-15 14:35
此帖僅作者可見
作者:
湯郡一
時間:
2019-6-15 14:37
此帖僅作者可見
作者:
田宇任
時間:
2019-6-15 14:38
此帖僅作者可見
作者:
洪寬瀧
時間:
2019-6-15 14:46
此帖僅作者可見
作者:
曲書辰
時間:
2019-6-15 14:49
此帖僅作者可見
作者:
王瑞喻
時間:
2019-6-15 14:50
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2