Letter Program
Author |
Message |
leu_raz
|
Posted: Tue Sep 28, 2004 5:06 pm Post subject: Letter Program |
|
|
Hello. I am the biggest and worst n00b ever. This is my first year of Java. My program now that i have to do is...take input from a user and with that input create a huge letter R on the screen.
Example:
RRRRRRR
RR RRRR
RR RRRR
RR RRR
RRRRRRR
RRRRRR
RR RRR
RR RRR
RR RRR
RR RRR
RR RRR
yea something like that. the problems i have with it(i am just planing) are:
how do i create it? should i use a loop for the spaces? and how do u do loops inside a loop?
thx in advance.
Signed,
Worst and smelliest n00b ever....... :p |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Andy
|
Posted: Tue Sep 28, 2004 5:13 pm Post subject: (No subject) |
|
|
u put the loop inside the loop... |
|
|
|
|
|
leu_raz
|
Posted: Wed Sep 29, 2004 4:07 pm Post subject: (No subject) |
|
|
it's all good i made it. i can't believe it. it's so long but it works...... |
|
|
|
|
|
|
|