Ceriwis

Ceriwis (https://forum.ceriwis.com/forum.php)
-   Programming (https://forum.ceriwis.com/forumdisplay.php?f=63)
-   -   mohon bantuanya para master C untuk menyempurnakan program ini (https://forum.ceriwis.com/showthread.php?t=573486)

Servermaster 20th November 2011 01:44 AM

mohon bantuanya para master C untuk menyempurnakan program ini
 
//program C buat irisan dan gabungan





#include

#include

#include

#include



void prog();

int main()

{

prog();

return 0;

}



void prog()

{

int jmlx, jmly, i, a[10], b[10];

char choice[2];





printf("Input Jumlah Unsur Himpunan X (Maksimal 10): ");

scanf("%d",&jmlx);



for (i=1;i


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