Posts by Leonardo Pinto Silva • 5 points
2 posts
-
0
votes0
answers66
viewsQ: Error: My matrix does not print the last line and sometimes only prints half
I’ve done a lot of different things... for(i=0; i<=2; i++){ for(j=0; j<=3; j++){ O[i][j] = (3*M[i][j]) - (5*N[i][j]); printf(" %3d ",O[i][j]); } printf("\n"); } However the matrix does not…
-
-2
votes1
answer267
viewsQ: Language C: How to store information in WHILE and present the entered data in a list?
I would like to know how do I save the data and present it at the end; I have not yet been taught to do so. How do I resolve item C of the question Consider that, for each of the farm hotels of the…
casked Leonardo Pinto Silva 5