how to print the below in java?thanks in advance....
*
* *
* *
* *
*
Answer Posted / venkat
In the above program 4th line from last remove "\n"
ie. shoule be System.out.println("")
below is output:
*
* *
* *
* *
* *
* *
* *
* *
* *
* *
* *
* *
* *
* *
* *
* *
*
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain implementation and how is it different from conversion?
How big is a pointer?
design an lru cache in java?
How many types of threads are there in java?
Name few java util classes introduced with java 8 ?
What are the differences between heap and stack memory in java?
What is a treeset in java?
Difference between object and reference?
What happens if constructor is private?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is string array?
How can I become a good programmer?
What is array size in java?
What are wrapped classes in java programming?
Who found java?