Posts by Diego Noldin • 1 point
2 posts
-
0
votes1
answer193
viewsQ: Magic square in android
I wanted to make a magic square, where I put 9 numbers, and the sum of them has to result 15 (diagonals, horizontal and vertical) I’m doing in android studio . I only have this until then: import…
-
0
votes1
answer72
viewsQ: c++problem: Selection Sort
hi wanted a help to solve a problem of c++: I am making a code and used Selection Sort but it is with a bug in the output results void select_sort (int vetor [TAM]) { int menor,aux; cout <<…
c++asked Diego Noldin 1