Posts by Stelio Spallanzani • 53 points
4 posts
-
2
votes2
answers10163
viewsQ: How to make the rest of the division of a float by a number in c?
I am beginner in programming in c, I have here a problem the exercise and calculate the average of the odd in a matrix that receives real numbers. However, I’m having the following mistake: error:…
-
3
votes1
answer295
viewsQ: Stackoverflow in Quick Sort
I’m having a problem here at this meeting. These are functions for an array of objects using the Quick Sort algorithm, and I’m getting the Stackoverflow error, and I can’t identify the source.…
-
-2
votes1
answer134
viewsQ: How do I read and separate the save data separated by the period and comma and comma?
Good evening guys, I am making a program in c that has to read a file and save the data, and each line of the file represents the data of a client, how do I save the data by separating it by these…
casked Stelio Spallanzani 53 -
0
votes0
answers62
viewsQ: How do I resolve the Arrayindexofbox exception in this program?
package projecto_algoritmia; import java.util.Scanner; import java.io.File; import java.io.FileReader; import java.io.FileNotFoundException; /** * * @author Jeje */ public class Projecto_Algoritmia…