Search:

Type: Posts; User: sunce69

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,300

    Re: Userinfo class help

    Well alright, so far i have.
    import java.util.Scanner;

    public class userinfo
    {

    public int name;
    public int phone;
    public int address;
    public int idNumber;
  2. Replies
    4
    Views
    1,300

    Re: Userinfo class help

    Well alright, so far i have.
    import java.util.Scanner;

    public class userinfo
    {

    public int name;
    public int phone;
    public int address;
    public int idNumber;
  3. Replies
    4
    Views
    1,300

    Userinfo class help

    Hello all, i am having trouble with this assignment where i have to make a class called userinfo that has fields (name,phone number,address, and idNumber). i must define the class using...
Results 1 to 3 of 3