Add 'n' number's using/with Array in C · #include <stdio.h> · int main() · { · int no, sums = 0, c, array[100]; · scanf("%d", &no); ...
確定! 回上一頁