Posts by Eric Platon • 101 points
1 post
-
0
votes2
answers156
viewsA: Problem with Math. h functions
It seems that the code has some basic problems. How about? #include<stdio.h> #include<math.h> int main() { float x1, y1, x2, y2, resultado; printf("insira x1:"); scanf("%f", &x1);…
canswered Eric Platon 101