Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int A[50][50] L,;
  5. float som,min,max,moy;
  6. printf("donner le nombre de ligne")
  7. scanf("%f",&L);
  8. while((L<0)||(l>50));
  9. for(i=0,i<l,i++){
  10. for(j=0,j<c,j++){
  11. printf("donner A[%d][%d]",i,j);
  12. scanf("%d,&A[i][j]");
  13. }
  14.  
  15.  
  16. }
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement