Search:

Type: Posts; User: ookhai

Search: Search took 0.11 seconds.

  1. Replies
    13
    Views
    1,917

    Re: Please i need help in a simple coding

    ok lah thx you.....im trying hard now..
  2. Replies
    13
    Views
    1,917

    Re: Please i need help in a simple coding

    As stated in my practical paper question....."Librarian can add books to the library collection or remove them".......so now my library collection(books list) already done.....left the librarian...
  3. Replies
    13
    Views
    1,917

    Re: Please i need help in a simple coding

    i dun have any problem with the code...which means that the i can show out the books in the test program successfully...........now i need a librarian class which he/she can ADD books to the book...
  4. Replies
    13
    Views
    1,917

    Re: Please i need help in a simple coding

    This is my test program :

    import java.util.Scanner;

    public class testLibrary {

    public static void main(String[] args) {
    Books[] booksArr = {new Books("Harry Potter", "\tJ.K...
  5. Replies
    13
    Views
    1,917

    Re: Please i need help in a simple coding

    This is my book class :



    public class Books {

    // data members
    private String booksName;
    private String booksAuthor;
    private String booksEdition;
  6. Replies
    13
    Views
    1,917

    Re: Please i need help in a simple coding

    thx ! blueygh2 ....i think u almost get my mean...this is how my code

    This is my book class : //book clas public class Books { // data members private String booksN - Pastebin.com

    This is my...
  7. Replies
    13
    Views
    1,917

    Please i need help in a simple coding

    I need help with this...

    1) I have a librarian class which he/she can add or remove books to the book lists


    How to did a method so that a librarian can add books and also remove books from...
Results 1 to 7 of 8