I want to print a star using for loops or while loops in java how can do that ?
for loops
Collapse
X
-
Originally posted by chandiI want to print a star using for loops or while loops in java how can do that ?
Now, what exactly do you mean? Do you want to print the * symbol? Or are you looking for something a bit like this:
__/\__
\......../
/_ ..._\
....\/
(Dots just there, to create the correct form in this posting) -
HI moderator,
i am new to these group and just wondering its bit different than other yahoo groups.
just wondereing how can i take a look at each thread specially i am interseted in java realted questions only.. how can i do that.
could you please email me on <removed>
as i am new i don't know how to see reply. probably i will forget to check this thread if you reply in this thread.
thanksComment
-
Originally posted by DhruvHI moderator,
i am new to these group and just wondering its bit different than other yahoo groups.
just wondereing how can i take a look at each thread specially i am interseted in java realted questions only.. how can i do that.
could you please email me on <removed>
as i am new i don't know how to see reply. probably i will forget to check this thread if you reply in this thread.
thanks
If you do become able to read these threads then the Java related questions will be listed here.Comment
-
Originally posted by chandiI want to print a star using for loops or while loops in java how can do that ?
Use a Two for loop for this problem and them use System.out.prin tln("") to print the result on console. Set the loops accrding to the shape. You can print many types of shapes.Comment
Comment