Tips for heathy life

Tips for heathy life

Minggu, 02 November 2008

Dispay array in C++ programme

I want to share program that display array in C++. You can use this code but if you copy this code and paste in your blog/website, please insert this link of article.

#include <>
#include <>
#include <>

void main ( )
{
clrscr( );
int nilai[6] = {4,2,3,5,1,6};
int i;

for(i=1;i<6 i=""><<"="; cout <<:i endl="">

0 komentar:

Posting Komentar