Posts by Pedro Siqueira • 19 points
1 post
-
0
votes3
answers100
viewsQ: Code in c to calculate hypotenuse with cosine and adjacent
This is the code I made to try to solve the following question, it’s not working, someone can help me? #include <stdio.h> #include <math.h> int main() { cos(a) float d, hip; printf("qual…
casked Pedro Siqueira 19