Search:

Type: Posts; User: JavaPF

Search: Search took 0.18 seconds.

  1. Replies
    15
    Views
    8,907

    Re: Election Program - Ongoing

    Yes that sounds good.

    You seem to know exactly what is expected here which is a lot more than I can say for me!

    See how far you can get with it and I will help if I can when you get stuck..
  2. Replies
    15
    Views
    8,907

    Re: Election Program - Ongoing

    You can print what we have sent over to FileIO like this: (Vote class)



    public static void main(String[] args) {

    FileIO fileio = new FileIO("SC.txt");

    ...
  3. Replies
    15
    Views
    8,907

    Re: Election Program - Ongoing

    OK well to start we should use the Small example election text files.

    So we need to read in the candidates file first? CS.txt

    To do this, we need to give the file name to the FileIO...
  4. Replies
    15
    Views
    8,907

    Re: Election Program - Ongoing

    I'm still trying to figure out what needs to go into FileIO in the first place.

    So lets start with the Vote class. If you understand this, then what is the Vote class ment to do?
  5. Replies
    15
    Views
    8,907

    Re: Election Program - Ongoing

    Hello bruint,

    This looks complicated!! My brain is in no fit state this morning to be working this out lol

    I've read through it but i'm still unsure as to how it's ment to work (:|

    I'm...
  6. Replies
    15
    Views
    8,907

    Re: Election Program - Ongoing

    Hello bruint,

    Is the FileIO class an example or does this have to be included into the project?
Results 1 to 6 of 6