Search:

Type: Posts; User: namesnipe

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    1,018

    Re: Storing a string in a 2D array

    Whenever I print the image, the output also includes the memory location of the array. How can I get rid of that? I've tried Arrays.toString(), but it ouputs the memory location of each column. I've...
  2. Replies
    8
    Views
    1,018

    Re: Storing a string in a 2D array

    It worked! Thanks! Before I continue, this assignment is actually a programming challenge from a website. If you want, you can take a look at it here: Programming Challenges-Graphical Editor

    I...
  3. Replies
    8
    Views
    1,018

    Re: Storing a string in a 2D array

    When I try to call createImage, it returns a number of blank lines (same as the columns I enter) along with its memory location. This is my updated createImage method, by the way.



    public...
  4. Replies
    8
    Views
    1,018

    Re: Storing a string in a 2D array

    That also works. Unfortunately, my other problem still exists :( Thanks though!
  5. Replies
    8
    Views
    1,018

    Storing a string in a 2D array

    Hi!

    Edit: Link to my assignment: Programming Challenges-Graphical Editor

    One of the requirements of my programming assignment is that a user enters a command along with two numbers. For...
Results 1 to 5 of 5