Search:

Type: Posts; User: Dejan

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,296

    Re: Array question. Stumped!

    The error you posted at the top is simple to fix. Look at your main method. You are doing the following: double highest = getHighest(); The problem here is your getHighest() method needs to take in a...
  2. Re: help w/ storing/scanning numbers in two dimensional arrays

    It also seems that you are trying to access grades[i] outside the scope of the for loop. So I will be undefined as well. Since it is a 2 dimensional array and you only need 3 grades and a total, for...
  3. Re: After an introduction to 'mobile game development'

    If you are looking to do phone development with Java, I would recommend the Android platform as their apps are developed in java. If you are looking to go into iPhone development you will need to get...
  4. Replies
    4
    Views
    1,457

    [SOLVED] Re: [Method] needing some help

    Yea, you need to use your index, which in your case is counter.

    sum += a[counter];


    Dejan
  5. Thread: Help please.

    by Dejan
    Replies
    9
    Views
    1,209

    Re: Help please.

    Bruzurk,

    I also ran your code using Eclipse and it compiled fine for me. The code itself looks fine.

    I would strongly recommend downloading Eclipse for your Java development as it has great...
  6. Replies
    2
    Views
    1,576

    Re: What's wrong with my code ?

    Ok, well i'm not sure what output you are going for but i did notice a few things:

    1) Your first method printMe(list1); prints the following "Apple Banana Orange Mango Grapes Briyani Chicken Meat...
Results 1 to 6 of 6