Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: trouble with making a simple construct for an array of double type

    Please give an example of an array and the String you want to create from it.
    The String class has methods that can help you.
  2. Re: trouble with making a simple construct for an array of double type

    Where does the code assign a value to array? You need to add code that assigns a value to array.
    Take a look at the tutorial:
    http://docs.oracle.com/javase/tutorial/java/nutsandbolts/arrays.html
  3. Re: trouble with making a simple construct for an array of double type

    Where do you assign a value to the array variable? It will have a null value if it is not assigned a value.
  4. Re: trouble with making a simple construct for an array of double type

    Try to compile the program to get a compiler error message. Copy and paste the full text of the compiler error message here.
    It's hard to suggest a fix without knowing what the problem is.
    ...
  5. Re: trouble with making a simple construct for an array of double type

    Please copy and paste here the full text of the error messages.
Results 1 to 5 of 5