Search:

Type: Posts; User: javanewbi

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,160

    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...
  2. Replies
    4
    Views
    1,160

    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 2 of 2