Search:

Type: Posts; User: MyNamesMatt

Search: Search took 0.09 seconds.

  1. Re: A For loop that calculates every possible outcome for 2 AND 3 chars...

    Since it is supposed to be like a slot machine, it is supposed to display 3 characters, even if 2 are inputted, such as;

    Input = @ and #

    @@@
    @@#
    @#@
    @##
    ###
    ##@
  2. A For loop that calculates every possible outcome for 2 AND 3 chars...

    Hi there,

    I'm having some trouble with an assignment.

    I'm having a slight problem creating a nested for loop that displays every possible combination for random input. It's supposed to be like...
Results 1 to 2 of 2