Search:

Type: Posts; User: javanewbi

Search: Search took 0.10 seconds.

  1. Java Arrays - Entering Lists only let me enter 2 numbers

    Hi there! I am trying to write a code that allows you to input 2 lists and it tells you if they are identical or not. However, when I enter my fist list I can only enter two values and then it asks...
  2. Replies
    4
    Views
    1,158

    Re: Java reverse order using pointers

    Thank you, so anytime I have a void return type I can convert it to this? What is I wanted to change it from void? Lastly, I am trying to find out more about pointers. In this the pointers is the...
  3. Replies
    4
    Views
    1,158

    Java reverse order using pointers

    This is what I have to do:
    Write a program that takes a string of someone's name and prints it out last name first. Your program must use pointers, not array subscripts. You may use the available...
Results 1 to 3 of 3