
-----------------------------------
leu_raz
Tue Sep 28, 2004 5:06 pm

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

-----------------------------------
Andy
Tue Sep 28, 2004 5:13 pm


-----------------------------------
u put the loop inside the loop...

-----------------------------------
leu_raz
Wed Sep 29, 2004 4:07 pm


-----------------------------------
it's all good i made it. i can't believe it. it's so long but it works......
