Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 20th November 2011
PHPmaster PHPmaster is offline
Ceriwiser
 
Join Date: Nov 2011
Posts: 332
Rep Power: 14
PHPmaster mempunyai hidup yang Normal
Default [ask] c tentang aray 2 dimensi

gan ane kan besok mau kuis ni...jadi ane coba2 belajar aray 2 dimensi,

ane mau bikin program tentang input pemain bola ,nah ane langsung aja ya gan ada error ni disini.



#include



void main()

{

char pemain[10][30];

int jumlah[10];

int umur[40];

do{

printf("Masukkan jumlah pemain [5-11]:");

scanf("%d",&jumlah[0]);

fflush(stdin);

}while(jumlah [0] < 5 || jumlah [0] >11);



for(int i=0; i< jumlah ;i++) // Katanya '' cannot convert int to int''

{

printf("Masukkan nama pemain ke-%d",i+1);

gets(pemain[0]);



}

getchar();

}



maksud dari cannot convert int to int apa gan ane jadi

agan2 tolong bantuin ane, sekalian ajarin ane juga , plzzz

</div>

Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 08:03 AM.


no new posts