Question by SS: java question help please?
Hello everyone,
I need help with a java program:
Write an application that prints the following diamond shape. You may use output statements that print single asterix (*). Minimize your use of repitition and minimize number of statements.
*
***
*****
*******
*********
*******
*****
***
*
Please help me solve this problem.
Thank you
Best answer:
Answer by che M
hey u will use looping in order to get the correct values..
Add your own answer in the comments!
No comments:
Post a Comment