+ 2
Wap a program to find sum of 10 numbers
5 Respostas
+ 19
for add values of different variables u can check my code named
sum of 10 nos without array
+ 18
u can check my code named
sum of 10 nos
+ 1
FYI, WAP stands for write a programme. So the phrase "Wap a program" is redundant.
0
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
int sum of 10 numbers;
cout<<"enter the numbers";
cin>>sum;
{
cout<<sum of 10 no.<<end;
getch();
}