print the following using loop.
54321
4321
321
21
1
Answer Posted / manikandan
int n=5;
for(int i=1;i<=n;i++)
{
for(int j=1;j<=n;j++)
{
cout<<i;
}
cout<<j;
}
| Is This Answer Correct ? | 8 Yes | 31 No |
Post New Answer View All Answers
Is there an ide for javascript?
What is unobtrusive javascript? How to add behavior to an element using javascript?
What is javascript and its advantages?
What is an external javascript?
What is the difference between test () and exec () methods?
In Javascript are calculations with fractional numbers guaranteed to be precise?
What is an onclick?
What does js stand for?
Can you run javascript in notepad?
Can an anonymous function be assigned to a variable?
Can I declare a variable as CONSTANT in JavaScript?
What is the importance of