how to write a java program for an output
****0 ***01 **012 *0123 01234
Answer Posted / adeel
#include<iostream>
using namespace std;
int main()
{
int i,j;
for(i=0; i<=5; i++)
for(j=1; j<=i; j++)
cout<<j;
system("pause");
return 0;
}
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Is this job good for future? can do this job post grduate student?
What are objects in oop?
What is polymorphism in oop example?
What is the renewal class?
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
Why is object oriented programming so hard?
Can you explain polymorphism?
Why interface is used?
What is difference between multiple inheritance and multilevel inheritance?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Give two or more real cenario of virtual function and vertual object
What are the 4 pillars of oop?
What is a superclass in oop?
What is an interface in oop?
What is the fundamental idea of oop?