Computer Science, asked by unknownintrlligent, 10 months ago

Algorithm to input 10 numbers from keyboard and find their sum of the numbers.

Answers

Answered by Anonymous
0

#include<stdio.h>

#include<conio.h>

void main()

{

int a, b, c, d, e, f, g, h, i, j, sum;

clrscr();

printf("Enter the values of 10 numbers: \n");

scanf("%d%d%d%d%d%d%d%d%d%d", &a, &b, &c, &d, &e, &f, &g, &h, &i, &j);

Please follow me thanks ❤

Similar questions