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 does provide mean construction?
How does compareto work in java?
What is math floor in java?
What is diamond operator in java?
What is the abstraction?
Difference between string s= new string (); and string s = "abv";?
Explain the difference between comparator and comparable in java?
What is thread start?
How do you compare values in java?
State some situations where exceptions may arise in java?
What is command line argument in java?
What is dynamic binding(late binding)?
Which collections are thread safe in java?
What are singleton services?
Is null a keyword in java?