Search:

Type: Posts; User: clarky2006

Search: Search took 0.09 seconds.

  1. Re: Hi guys..I need some tips in creating a library programme for my Uni project

    More issues trying to remove a member with their ID..But it wont let me..returns error code "int cannot be dereferenced" I dont understand that...Help!


    /**
    * Remove the member with the...
  2. Re: Hi guys..I need some tips in creating a library programme for my Uni project

    public void printDetails()
    {
    {
    System.out.println("First Name: " + firstName + " Last Name: " + lastName + " phoneNumber: " + phoneNumber + " referenceNumber: " +...
  3. Re: Hi guys..I need some tips in creating a library programme for my Uni project

    public void printDetails()
    {
    {
    System.out.println("First Name " + firstName); "Last Name " + lastName + phoneNumber + referenceNumber);
    System.out.println("Last Name " +...
  4. Re: Hi guys..I need some tips in creating a library programme for my Uni project

    Ha ha...I like your optimism, and encouragement, maybe you should change your name to Mr MOTIVATOR......................
  5. Re: Hi guys..I need some tips in creating a library programme for my Uni project

    Finally sorted the book Class. Cheers for your input..Here is the revised code..............................


    * @author (Michael Clark)
    * @version (30th October 2012, version 0.1)
    */...
  6. Re: Hi guys..I need some tips in creating a library programme for my Uni project

    /**
    * This is the book Class and would hold information on the books
    * collection.
    *
    * @author (Michael Clark)
    * @version (30th October 2012, version 0.1)
    */
    public class Book
    {
    ...
  7. Re: Hi guys..I need some tips in creating a library programme for my Uni project

    sorry mate just trying to get used to the site. Lost my bearing a bit..cheers.
  8. Hi guys..I need some tips in creating a library programme for my Uni project

    /**
    * Write a description of class Book here.
    *
    * @author (Michael Clark)
    * @version (30th October 2012, version 0.1)
    */
    public class Book
    {
    // instance variables - replace the...
Results 1 to 8 of 8