Posts by Bruno Noveli • 51 points
4 posts
-
1
votes1
answer130
viewsA: Groovy - JSON List Scheme
I managed to make sure my list appears correctly. Below are the parts that have been changed: //Meu caminho para minha lista def list =…
-
1
votes1
answer130
viewsQ: Groovy - JSON List Scheme
I have a problem reading a certain part of a file xml that I’m turning into file JSON. First I get this file with the class File and throw him in my class XmlParser, responsible for parsing my xml…
-
2
votes1
answer58
viewsA: Language C - Summation problem within a function
I discovered my mistake, when using the type float, inside the scanf is "%f" and not %d, which would be for the type int. At the time, it was scanf("%d",¬as[i]); And in reality, it should…
canswered Bruno Noveli 51 -
1
votes1
answer58
viewsQ: Language C - Summation problem within a function
Good afternoon. The purpose of the programme is as follows. I have to have the user type in how many students the classroom has, so that it sends this number to a function (in this case, each…
casked Bruno Noveli 51