標題:
11101_b16
[打印本頁]
作者:
李泳霖
時間:
2024-5-26 18:36
標題:
11101_b16
#include<iostream>
#include<cstdlib>
using namespace std;
int main() {
char a[] = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i'};
for (int i = 0; i < 9; i++)
{
a[i] = a[i] + i * 2;
cout<<a[i];
}
system("pause");
return 0;
}
複製代碼
下列何者是對的
(A) a[2] = ‘d’
(B) a[4] = ‘m’
(C) a[6] = ‘t’
(D) a[8] = ‘x’
本帖隱藏的內容需要回復才可以瀏覽
作者:
東緯
時間:
2024-6-16 19:19
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2