Algorithm to input 10 numbers from keyboard and find their sum of the numbers.
Answers
Answered by
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
Math,
5 months ago
Math,
5 months ago
English,
5 months ago
Math,
10 months ago
Political Science,
1 year ago