This education had widened his horizen ( Begin the sentence with ' His Horizen ')
Answers
Answered by
0
Answer:
#include <iostream>
using namespace std;
int main()
{
int i,sum=0;
cout << "\n\n Find the first 10 natural numbers:\n";
cout << "---------------------------------------\n";
cout << " The natural numbers are: \n";
for (i = 1; i <= 10; i++)
{
cout << i << " ";
sum=sum+i;
}
cout << "\n The sum of first 10 natural numbers: "<<sum << endl;
}
Answered by
1
Answer:
His horizon widened by that education
Similar questions
Math,
2 days ago
English,
2 days ago
Accountancy,
4 days ago
English,
8 months ago
Math,
8 months ago