CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nrewanc

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    2,532

    randomize text file read in java

    I am trying to read a text file in java, basically a set of questions. With 4 choices and 1 answer. The structure looks like this:
    question
    option a
    option b
    option c
    option d
    answer


    I...
  2. Re: How to properly assign text file values to array in java

    How do I do it?Sorry, but I'm just a beginner, and I don't know exactly what part of the code you're referring to and how do I fix it.
  3. How to properly assign text file values to array in java

    I need help properly assigning the values that I fetch from the text file into the array. And then loop through it. Here's my current code,
    my problem is that the buffered reader fetches null...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured