Search:

Type: Posts; User: TenisAfterNine

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,446

    Re: an idea for a method

    Yes, Im asking for an idea of how doing that.
    A friend told me earlier about an "image" you can create and put each "big letter" in that image then print them all in the same line?
    case statements...
  2. Replies
    5
    Views
    1,446

    Re: an idea for a method

    I will do a "switch" loop with all the letters by cases.
    The problem is that each letter has 5 lines, and Im printing from left to right - so i can write like this (in big letters):


    If I would...
  3. Replies
    5
    Views
    1,446

    an idea for a method

    Im not sure that im posting in the the right place.
    I writing a code that should recieve a string ("HELLO"), make it upper case, then print the whole string as huge as:
    A =
    a
    a a
    aaaaa...
  4. Replies
    3
    Views
    675

    Re: stuck on a "for" loop

    That is given back right now:
    @@@@@@@@@@
    @@@ 312 @@@
    @@@@@@@@@@

    Ssecond line (now) = @*3, space, '312', space, @*3. A total of 11 chars.

    That what i want to achive:
    @@@@@@@@@@
    @@@ 312 @@
  5. Replies
    3
    Views
    675

    stuck on a "for" loop

    I want the code to print 3 lines of '@' with the same length.
    In the second line it will have text inside. I have a problem when [text%2] != 0.
    Tried to fix it with a for loop, but it will print 1...
Results 1 to 5 of 5