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
Describe negative infinity in javascript?
What does a typeof operator do?
Difference json arrary vs json object ?
Which software is best for javascript?
How do functions work in javascript?
Iam getting xml when we click on one button.Iam placing that
xml in dom.Im getting that xml data in one xsl.In that xsl
I want to increase the variable value which is declared in
xsl.
Ex:
Why do we need javascript?
Name some of the JavaScript features?
Is jquery easier than javascript?
Entire content of a JavaScript source file in a function block?
Which company developed JavaScript?
Write the point of difference between web-garden and a web-farm?
What is an object in javascript, give an example?
What are anonymous functions in Javascript?
Which built-in method calls a function for each element in the array?