Posts by Luis Artur • 13 points
2 posts
-
-2
votes1
answer442
viewsQ: How to calculate fourth root in C
Hello, I’m a beginner in the programming area and I’m doing a program that calculates some types of averages, but in the geometric average the formula uses root quarter of a.b.c.d, I thought to use…
casked Luis Artur 13 -
-1
votes1
answer453
viewsQ: Warning error: format specifies type 'double' but the argument has type 'float *', C language
Hello, I made this program to show the average between 2 numbers and show if the student was approved or not, however the result is not working. #include <stdio.h> int main(void) { float…
casked Luis Artur 13