1樓:匿名使用者
#include
#include //strcmp() needusing namespace std;
class person;
class compute;
//以上照書上的要求來!!
void compute::setdata( ) //輸入資料,沒有引數,資料直接儲存在類compute物件中
}void compute::print( ) //輸出類物件資料 }
int main(){
compute fk;
fk.setdata();
cout << "person info: " <
2樓:it孤鶩
#include
using namespace std;
class compute; //宣告compute類class person //定義person類;class compute //宣告compute類;void compute::setdata()void compute::sort()}}void compute::
print(){for(int i=0;i<3;i++)cout<
3樓:
我直接上傳附件了,有啥問題可以繼續追問。
執行結果如下圖:
一道c++題目
4樓:嘿_行
#include
const int n=10;
int main()
,sum1[5]=;
cout<<"請輸入n個學生的功課成績:");
for(int i=0;i>test[i][j];
for(int i=0;i for(int i=0;i<5;i++) return 0;} 一道c++題目 5樓:匿名使用者 #include #include #include int main() ++sum; }else }cout << "一共 " << sum << " 個單詞。\n"; cout << "以母音打頭的單詞有 " << vowel << " 個。\n"; cout << "以子音打頭的單詞有 " << consonant << " 個。\n"; if ( other > 0 ) else} 請教一道c++的題目 6樓:種蕊折俏 我用的是vc6 若y=(++x)*(++x);先得到第一個括號裡的值是2,而x=2。 再得到第二個括號裡的值是3,x=3則y =6是先算括號裡的值 y=++x*++x; 相當於(x+1+1)*(x+1+1);即是x*x執行兩次++x後x=3 所以y=9 就是個斐波那契數的列遞迴解法啊,k項 k 1項與k 2項的和。你可以函式慢慢算。fib 0 0,fib 1 1,fib 1 1,fib 3 fib 1 fib 2 0,1,1,2,3,5,8,13.fib 7 fib 6 fib 5 fib 5 fib 4 fib 4 fib 3 fib 4 fib... private sub form load text1.left 0 text1.top 0 text1.width me.scalewidth 2 text1.height me.scaleheight 2 command1.left me.scalewidth command1.width co... include include int crypt int decrypt void main int crypt if fp1 fopen file2.txt w null while 1 else break printf d n i fclose fp fclose fp1 return 0 ...一道c語言題目,一道C語言題目
一道vb程式設計題目急求答案,一道C 程式設計題目 急求答案
求高人解答一道c語言題目,求高人解答一道C語言題目