Hi Friends ! You are on HR Developers website. Here you can find the codes of different languages like c ,c++ , java, pyton and many other languages.
#include<iostream>
using namespace std;
int main()
{
int i,sum=0;
for(i=1;i<=10; i++)
sum=sum+i;
cout<<"the sum is:"<<sum<<endl;
}
No comments:
Post a Comment