My orders
How it works
Examples
Reviews
Blog
Homework Answers
Submit
Sign in
How it works
Examples
Reviews
Homework answers
Blog
Contact us
Submit
Question #54306
1
2 2
3 3 3
4 4 4 4
Expert's answer
#include<iostream>
using namespace std;
int main()
{
for(int i=1;i<5;i++)
{
for(int j=1;j<=i;++j)
{
cout<<i;
if (i-j==0) cout<<endl;
}
}
}
Our fields of expertise
Programming
Math
Engineering
Economics
Physics
LATEST TUTORIALS
APPROVED BY CLIENTS
Thanks for the assistance,,, your service is great
#340795
on Jan 2024
Read all reviews >>