dimanche 17 octobre 2010

affichage de produit.cpp/jaux.cpp

#include<conio.h>
#include<stdio.h>         
main()
{int t[100][10],i,n,j;
    
      for(i=1;i<=10;i++)
      {for(j=1;j<=10;j++)
      {t[i][j]=j*i;}}
     for(i=1;i<=10;i++)
      {for(j=1;j<=10;j++)
      {printf("%d\t",t[i][j]);}
      printf("\n");}
      getch();
      }
                                                         download:jeux.exe


#include<conio.h>
#include<stdio.h>
main()
{
      int k,j,p,c,i,g,h;
      printf("entrez le nombre des personne");
      scanf("%d",&p);
      printf("entrez K");
      scanf("%d",&k);
      j=1;
       h=p;
      for(g=1;g<=p;g++){
                     
      for(i=1;i<=k;i++)
      {if(j>h)
      {j=1;}
      c=j;
      j=j+1;
      printf("%d\n",c);
      }
      printf("l'homme qui va quitte le jeux ci ce lui qui port le nombre[%d]\n",c);h=h-1;}
      getch();
      }
                                                               download:affichage_de_produit.cpp

Aucun commentaire:

Enregistrer un commentaire