Posts by André • 1 point
1 post
- 
		-2 votes3 answers926 viewsA: Printar Vector in CI believe that is not possible, because an element of a matrix is the intercession of 2 vectors. Create a matrix m[300][500] and use 2 for: for(int i = 0; i<300; i++) { for(int j = 0; j <500;…