Please help to solve this problem.....i am using c++ programming language....
the output of the problem is....
i only have this...
help me plsss....... #include <iostream>
using namespace std;
int main()
{
int a, b, c, e, i, j, k, m;
int z=1;
int n=10;
for (a = e = m = 1; n >= a; e++, m++, n--) {
for (b = 1; n > b; b++)
cout << " ";
for (c = 1; 2*e - 1 >= c; c++)
cout << e;
cout << endl;
}
cin.get();
cin.get();
return 0;
}