在C 程式中輸入n個字串,以A打頭的字串輸出嗎

時間 2021-06-13 06:40:23

1樓:大大的

**如下:

#include

#include

using namespace std;

int main()

string str[100];

int i;

cout<<"please input code"

cin>>str[i];//給str賦值

for(i=0;i<4;i++)

if(str[i][0]=='a')//一維字串陣列,可以這樣呼叫其中的字元

cout<<"結果:"

補充說明:

c++是c語言的繼承,它既可以進行c語言的過程化程式設計,又可以進行以抽象資料型別為特點的基於物件的程式設計,還可以進行以繼承和多型為特點的物件導向的程式設計。c++擅長物件導向程式設計的同時,還可以進行基於過程的程式設計,因而c++就適應的問題規模而論,大小由之。

c++不僅擁有計算機高效執行的實用性特徵,同時還致力於提高大規模程式的程式設計質量與程式設計語言的問題描述能力。

2樓:

#include

#include

using namespace std;

int main()

ps:我的**是n為4的時候,希望對你有幫助,我自己執行過,可以輸出正確的字串

C語言編寫求n階乘的函式,在主函式中輸入n,呼叫函式求n階乘。。謝謝

include fun int n printf the result is d n sum return 0 main include include unsigned long long fact unsigned long long n int main 因c語言資料型別限制,不能做大數的階乘...

編寫程式輸入正整數n統計n中不同數字出現

大野瘦子 程式為 include int main while num 0 num 10 for i 0 i 10 i 注意事項 public class test01 system.out.println 共出現了 count 次 砍侃看 include int main while num 0 ...

在c中編寫程式,輸入整數,如何求數的和 積 平均值

在main中寫如下 int a,b,c console.writeline 請輸入三個數 a int.parse console.readline b int.parse console.readline c int.parse console.readline console.writeline ...