Posts by Wellington Mazoni • 79 points
5 posts
-
1
votes2
answers43
viewsQ: Error with Abstract method
Good morning, does anyone know why the compiler keeps accusing the error saying that the method is not declared as Abstract, but even though I have declared? Follow the Repl.it link:…
c#asked Wellington Mazoni 79 -
0
votes1
answer521
viewsQ: How to use the strcountc function in C
Good afternoon, I’m not able to compile an exercise of Luis Damas' book C Language. The code is the same as the example but in the compilation the following errors occur: ||=== Build: Debug in…
casked Wellington Mazoni 79 -
0
votes1
answer957
viewsQ: Doubt in exercise in C - reading with fgets
Good evening, I am learning C language through Luis Damas' book. There is an exercise of it that the program is not ending in condition. I’m using linux so I had to change the function gets() for…
-
2
votes2
answers203
viewsQ: Explanation of recursive functioning
I’m at the beginning of system analysis studies and I’m learning programming language. In C language studies I started to see recursiveness and some codes that have recursiveness I get lost and end…
-
4
votes1
answer275
viewsQ: Error in java second degree equation algorithm
Good morning, could someone help me understand why my code is not doing the correct processing and why my conditional deviation is wrong? public void cap4ex3e(){ double a,b,c,delta,x1,x2; Scanner in…