Search:

Type: Posts; User: gagakzs

Search: Search took 0.10 seconds.

  1. Re: Help with errors Excercise -create class program and objects.

    i am so sorry i am at the beginner level so i might be asking silly questions because i don't understand what you mean.





    PrepaidCard(String id)
    Purpose: This constructor has a parameter,...
  2. Re: Help with errors Excercise -create class program and objects.

    is ok if i leave the class definition just like this?


    import java.util.Scanner;

    public class PrepaidCard {
    private String cardID;
    private int tokenBalance = 0;
    Scanner addToken...
  3. Re: Help with errors Excercise -create class program and objects.

    i am supposed to use the same id for class. but is what you mean by use id2 in object?



    can you give me example of args i could do? i am actually confused.
  4. Help with errors Excercise -create class program and objects.

    bellow are the questions

    (a) Write a complete Java class definition named PrepaidCard to model a game arcade centre‘s prepaid token card. The class information is as described below:

    Class...
Results 1 to 4 of 4