Search:

Type: Posts; User: tleblanc

Search: Search took 0.19 seconds.

  1. Replies
    12
    Views
    1,219

    Re: Displaying Array Not Working.

    As I said, the program doesn't display the array as it's supposed to, but instead displays a jumbled code (e.g., [D@1e536d6). I type in numbers then the program is supposed to sort the array into...
  2. Replies
    12
    Views
    1,219

    Displaying Array Not Working.

    The assignment is to write a program that will read a set of numbers, sort the numbers, and print the array values. My issue is that everything works just fine until it comes to printing the array...
  3. Replies
    7
    Views
    1,234

    Re: So Lost with void method

    In "method1", you define 'x' as a variable, but not 'i'. Both will need to be defined.
Results 1 to 3 of 5