Search:

Type: Posts; User: GrapesofWonder

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,526

    I knew it had to be something silly like that....

    I knew it had to be something silly like that. Thanks
  2. Replies
    2
    Views
    2,526

    100 doors 100 students help

    I'm trying to make a simple code for this problem: There are 100 doors (numbered 1 through 100) and 100 students (numbered 1 through 100) waiting in a line. Initially, all the doors are open. A...
  3. Replies
    6
    Views
    6,142

    I used the ASCII tables and that worked well....

    I used the ASCII tables and that worked well. Thanks a bunch for your help, I learned a good amount!
  4. Replies
    6
    Views
    6,142

    So I tried to use a string instead. I counted the...

    So I tried to use a string instead. I counted the length of the string to determine the loop and I tried to then use a switch statement to print the correct word, but it doesn't work. It only ever...
  5. Replies
    6
    Views
    6,142

    Thanks, I'll try using a string instead!

    Thanks, I'll try using a string instead!
  6. Replies
    6
    Views
    6,142

    Number to Text translation

    Hey! I need to make a code that translates numbers up to ten digits long into a text format. So far I can get it to translate only numbers up to nine digits long correctly, also it won't print zeroes...
Results 1 to 6 of 7