Search:

Type: Posts; User: mrjavajava

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,430

    Re: Please explain why I get this error...

    Excellent. Thank you
  2. Replies
    3
    Views
    1,430

    Please explain why I get this error...

    public class Votes
    {
    private int voteNumber;
    private String candidateName;
    private Votes next;

    public Votes(int v, String n)
    {
    voteNumber=v;
    candidateName=n;
Results 1 to 2 of 2