Posts by Andre Luiz • 1 point
2 posts
- 
		-2 votes1 answer28 viewsQ: Matrix, Float, matrix positionCould someone show my error? I had to leave a 3x3 matrix, I just need the output to be like this: 0 0 0 0 0 0 0 0 0 #include <stdio.h> #include <stdlib.h> #include <conio.h>… 
- 
		-1 votes1 answer16 viewsQ: Vector-Column ProgramI am trying to make this program read the first 4 columns and calculate the final note and the average, but I cannot put the correct solution in the arithmetic mean. #include <stdio.h>…