Posts by kiss_cpp • 45 points
2 posts
-
2
votes1
answer15
viewsQ: Problem compiling Math. h
Good evening, when I try to use some function of Math. h and put as argument a variable and try to compile I get an error. Can you explain to me why this is happening? Follow an example code:…
-
2
votes2
answers63
viewsQ: How to use split() inside a Java loop?
Good evening, I have been learning Java for a while and wanted to know how I could read a text file that has one or two numbers in a maximum of 10 lines. Something like the files below:…