Posts by Hugo Cabret Chinês • 1 point
1 post
-
0
votes2
answers86
viewsQ: Code return problem (second-degree equation)
The return of the code below is "-Nan", and I am not identifying the error. #include <stdio.h> #include <math.h> #include <stdlib.h> struct variaveis { float a,b,c; }; float delta…
casked Hugo Cabret Chinês 1