write a program to display the numbers in the following
format
4 4
3 3 3 3
2 2 2 2 2 2
1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
1 1 1 1 1 1 1
2 2 2 2 2
3 3 3
4
Answer Posted / meet parikh
the above answer is in Java...........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
code for replace tabs with equivalent number of blanks
Explain how can I avoid the abort, retry, fail messages?
i got 75% in all semester am i eligible for your company
How can I rethow can I return a sequence of random numbers which dont repeat at all?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is the difference between a string and an array?
What are the types of type specifiers?
What is difference between array and structure in c?
What is pass by reference in c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What are local static variables? How can you use them?
Write a program to print fibonacci series without using recursion?
Explain #pragma statements.
develop algorithms to add polynomials (i) in one variable