Search:

Type: Posts; User: Tate

Search: Search took 0.08 seconds.

  1. Thread: Linking class's

    by Tate
    Replies
    3
    Views
    1,560

    Re: Linking class's

    I figured it out it was just creating the instance varaible for the auther class that I was really missing once I got that it was straight forward enough and i've done it pritty much how you've...
  2. Thread: Linking class's

    by Tate
    Replies
    3
    Views
    1,560

    Linking class's

    Hi I have the following three class's:


    public class Book {


    String bookTitle; //attributes
    String author;
    double price;
    int isbn;
  3. Thread: Please help

    by Tate
    Replies
    2
    Views
    1,369

    [SOLVED] Re: Please help

    Thankyou that helped alot
  4. Thread: Please help

    by Tate
    Replies
    2
    Views
    1,369

    [SOLVED] Please help

    ok i got this exersice to do but i'm having a few problems, what i have to do is:

    Write a program that asks the user to input a student exam mark, it then reads in the mark and displays the grade...
  5. Replies
    7
    Views
    3,464

    Re: selecting even numbers from an array

    Hello,

    I'm now stuck with task 4 i've got as far as to display the number of letters in each line but can't quite figgure out how to display the average of the characters for all 20 lines.

    The...
  6. Thread: Stuck again

    by Tate
    Replies
    2
    Views
    1,428

    adding all values of an array and finding the average??

    Hello,

    I'm stuck with my assignment again which is to:

    1. Read in all 20 lines of text from a file and store them.
    2. Display all the 20 lines of text on the screen
    3. Display every other...
  7. Replies
    7
    Views
    3,464

    Re: selecting even numbers from an array

    Thankyou so much for your help now i just need to figure out the next steps.
  8. Replies
    7
    Views
    3,464

    selecting even numbers from an array

    Hello,

    I'm stuck with my assignment again which is to:

    1. Read in all 20 lines of text from a file and store them.
    2. Display all the 20 lines of text on the screen
    3. Display every other...
  9. Re: can't get all the information out of my array at once... please help

    Thankyou so much for your reply, I knew it had to be something simple like that, i had already tried it but it turns out I had some brakets in the wrong place. again thankyou for your help. I just...
  10. can't get all the information out of my array at once... please help

    Hello,

    I'm stuck with my assignment which is to:

    1. Read in all 20 lines of text from a file and store them.
    2. Display all the 20 lines of text on the screen
    3. Display every other line in...
Results 1 to 10 of 10