Posts by Help • 23 points
1 post
-
2
votes1
answer709
viewsQ: Add typed values without using array
Prepare a program that asks the user to enter 10 values, add this results and present on the screen. I could only do it with one array whole. #include <stdio.h> #include <stdlib.h> int…