91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2.70KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-02-21
  • 標(biāo)簽:

資源簡(jiǎn)介

C++實(shí)戰(zhàn)源碼-遍歷數(shù)組(入門級(jí)實(shí)例116).zip

資源截圖

代碼片段和文件信息

//?array.cpp?:?Defines?the?entry?point?for?the?console?application.
//

#include?“stdafx.h“
#include?“iostream.h“
int?main()
{
int?i;
float?a[6];
//遍歷從鍵盤為數(shù)組元素賦值
for(i=0;i<6;i++)
{
cout<<“a[“< cin?>>a[i];
}
//遍歷輸出數(shù)組
for(i=0;i<6;i++)
{
cout< //控制每行輸出元素個(gè)數(shù)
if(i%3==2)
{
cout<<“\n“;
}
}
return?0;
}



?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????403??2010-07-03?11:13??array\array.cpp
?????文件????????4524??2010-07-03?11:06??array\array.dsp
?????文件?????????535??2010-07-03?11:06??array\array.dsw
?????文件?????????292??2010-07-03?11:06??array\StdAfx.cpp
?????文件?????????769??2010-07-03?11:06??array\StdAfx.h

評(píng)論

共有 條評(píng)論

相關(guān)資源