Search:

Type: Posts; User: Jason

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,381

    Re: creating an array of strings?

    so..what is the point of doing that?
  2. Replies
    5
    Views
    1,381

    Re: creating an array of strings?

    i thought of

    while (InputCards.eof () != true)
    {
    card = InputCards.readString ();
    deck = deck[card];

    }

    but it keeps returning ( deck = deck[card]; )...
  3. Replies
    5
    Views
    1,381

    creating an array of strings?

    Hi, my problem is, i know how to create an array of Strings, BUT, how can i import a file into the string array?

    TextInputFile InputCards = new TextInputFile ("sample_input.txt");
    ...
  4. Replies
    3
    Views
    1,432

    Re: im dying here..on a simple code

    thanks alot...i really really appreciate it <3
  5. Replies
    3
    Views
    1,432

    im dying here..on a simple code

    the question says
    1. Write a program called SumDigits that obtains an integer from the user and then sums the digits. The program should use the remainder and integer division operators.

    i...
Results 1 to 5 of 5