Posts by user11384 • 11 points
1 post
-
0
votes1
answer245
viewsQ: I can’t call the function
I made that code Quick Sort below and I can’t call the function. So far I’ve only done basic functions and can’t find the error. public static void ordenar(int[] vetor) { ordenar(vetor, 0,…