Posts by Inácio Santos • 17 points
2 posts
-
0
votes1
answer27
viewsQ: How do I get the spaces just from the last column of the matrix?
Iai galera, so my code is already working perfectly, but in the last column it also gives a space, but I do not want this space there, as I do to remove it? Leaving only spaces between numbers.…
-
0
votes1
answer37
viewsQ: How does the diagonal sum printf of a matrix
I’m having a hard time creating a printf that depends on the input. I want you to print depending on how many numbers you have diagonally in a matrix and display those numbers. EXAMPLE: You must…