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
What is get () in java?
What is the set interface in java programming?
What are assembly attributes?
How would you convert bytes to string?
what do you mean by stream pipelining in java 8? Explain
How do you check if a string contains only numeric digits?
Is a method a function?
What is the relationship between clipping and repainting under awt?
What data structures are used to perform recursion?
Is 0 a prime number?
what is predefined function in java?
Where is core java used?
What are the main uses of java?
What is an image buffer?
How do you implement singleton class?