Search:

Type: Posts; User: bruint

Search: Search took 0.08 seconds.

  1. Replies
    15
    Views
    8,890

    Re: Election Program - Ongoing

    Update again:

    Vote (FINISHED):


    /**
    * Represents a single vote and it's preferences
    *
    * Thomas Bruining
    * v1.0
  2. Replies
    15
    Views
    8,890

    Re: Election Program - Ongoing

    ok. So I've worked on it a bit more with my friend who's done the course before (But a completely different project)
    Vote:


    /**
    * Represents a single vote and it's preferences
    *
    * Thomas...
  3. Replies
    15
    Views
    8,890

    Re: Election Program - Ongoing

    haha, no, you've been a ton of help *clicks thanks*

    Thanks very much. Be back here soon enough:)
  4. Replies
    15
    Views
    8,890

    Re: Election Program - Ongoing

    probably use the charAt [0], charAt[1], etc. to find which each is equal to and store each as a Char variable and then compare them to each new vote in the list seperately by using a loop that ends...
  5. Replies
    15
    Views
    8,890

    Re: Election Program - Ongoing

    right and that would be done by say...



    FileIO.lines[] = lines[]

    Or something? Which would just copy the array over?
  6. Replies
    15
    Views
    8,890

    Re: Election Program - Ongoing

    the Vote class takes from a text file, one line of letters say:
    ACBDE
    This represents one individuals vote.
    A is one candidate, B is another, C is another, etc.

    The vote class checks that it...
  7. Replies
    15
    Views
    8,890

    Re: Election Program - Ongoing

    Hi JavaPF, thanks for getting back to me. But whilst I understand the structure of Java programs, I just don't know where to start in regards to what I need to do to go about taking what I get from...
  8. Replies
    15
    Views
    8,890

    Re: Election Program - Ongoing

    Apologies for the double post, but I needed to bump this.
    I still don't know where to start. Any help, is very much appreciated.

    Just focussing on the vote class at the moment.
  9. Replies
    15
    Views
    8,890

    Re: Election Program - Ongoing

    Included in the project:)
  10. Replies
    15
    Views
    8,890

    Java program for election voting machine

    Hi, so this is my final assignment for the semester so I thought I would setup a thread for it now because I will probably need a fair bit of ongoing help. (Thank you in advance to anyone that does...
Results 1 to 10 of 10