Posts by zzzzz • 1 point
2 posts
-
-1
votes0
answers18
viewsQ: the sum of the odd numbers drawn in the array
Someone give me a hand on how to calculate the odd numbers drawn from that array at the end there #include <stdio.h> #include <stdlib.h> #include <time.h> const int T = 10; //…
-
-2
votes0
answers17
viewsQ: Show the average number typed in C
Display the average number typed by the program user. the Restrictions The program captures the values typed by the user until the number typed to zero; when zero is typed, the program terminates…