Search:

Type: Posts; User: iamgonge

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,037

    Re: not sure how to pass this value

    found it! i think this is right



    public class LibraryAccount {


    private int bookBal;
    private int bookIn;// books checked in variable
    private int bookOut;// books checked out...
  2. Replies
    3
    Views
    1,037

    not sure how to pass this value

    im making a program a class file with two method a check in and a checkout method. the program calls for this: the balance on your account is 0 then you check out 10 books and then check in 6 the...
Results 1 to 2 of 2