English, asked by thakareramesh572, 4 days ago

This education had widened his horizen ( Begin the sentence with ' His Horizen ')​

Answers

Answered by tusharamarsahu
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 mungalsanjay60
1

Answer:

His horizon widened by that education

Similar questions