Search:

Type: Posts; User: SandeeBee

Search: Search took 0.33 seconds.

  1. Replies
    15
    Views
    1,466

    Re: PLease help, I am trying to...

    Thanks so much, if you get a chance , could you send me a link to a java beginners site or a java for dummies website?
  2. Replies
    14
    Views
    4,081

    Re: I am having a hard time with my code

    The index of the first value would be zero right?
  3. Replies
    15
    Views
    1,466

    Re: PLease help, I am trying to...

    Because looking at the tuorial is more of a foreign language than being on this board. I do not understand any of it. I checked the tutorials before joining this site. This was my last resort.
  4. Replies
    15
    Views
    1,466

    Re: PLease help, I am trying to...

    Not when I am trying to complete an assignment. Thanks for your help.
  5. Replies
    14
    Views
    4,081

    Re: I am having a hard time with my code

    I guess everyone understand but me. First and foremost, I am allergic to cats, secondly, please pardon me if I don't get the joke, all I know is that my professor is located in Germany and I am alone...
  6. Replies
    15
    Views
    1,466

    Re: PLease help, I am trying to...

    It returns an error.
  7. Replies
    14
    Views
    4,081

    Re: I am having a hard time with my code

    Thanks, I guess I'm a bit slow because I still do not understand. I appreciate your time and response. I am new in this class and your respnse is so foreign to me. I am in desperate need of a tutor...
  8. Replies
    14
    Views
    3,698

    Re: Please help ArrayList Question

    What does that mean?
  9. Replies
    14
    Views
    4,081

    Re: I am having a hard time with my code

    Object obj = arrayList.get(33);
    I tried that and it did not work. I feel completely lost.
  10. Replies
    15
    Views
    1,466

    Re: PLease help, I am trying to...

    int a [10] = {10,20,30,40,50,60,70,80,90,100};
  11. Replies
    14
    Views
    4,081

    Re: I am having a hard time with my code

    I do not understand.
  12. Replies
    14
    Views
    4,081

    I am having a hard time with my code

    Given an ArrayList a , write an expression that refers to the first element of the ArrayList. So, if the array a held the following values: 33,14,97,265, 84, then the value of your expression should...
  13. Replies
    15
    Views
    1,466

    PLease help, I am trying to...

    Declare an array named a of * ten* elements of type int and initialize the elements (starting with the first) to the values 10 , 20 , ..., 100 respectively.
  14. Replies
    14
    Views
    3,698

    Please help ArrayList Question

    Declare an ArrayList named taxRates of * five *elements of type Double and initialize the elements (starting with the first) to the values 0.10 , 0.15 , 0.21 , 0.28 , 0.31 , respectively.

    ...
Results 1 to 14 of 14