Posts by BotasBatidas • 11 points
1 post
-
0
votes1
answer442
viewsA: How to calculate fourth root in C
The function pow, include the math.h int main (void) { int a1, a2, a3, a4, soma; printf("Digite a1:"); scanf("%d", &a1); printf("Digite a2:"); scanf("%d", &a2); printf("Digite a3:");…
canswered BotasBatidas 11