Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.08 seconds.

  1. Re: Not sure what to do next (Basic java program)

    By saying:

    String number = "";

    We are create a number variable with the type String, and setting its default value to an empty String. This variable will be the number returned in the end. Now,...
  2. Re: Not sure what to do next (Basic java program)

    Ok, so if you are wanting to get a random phone number, and we have the area code, you need to get 7 random numbers to start off with. The easiest way to do this, in my mind, would be to modify this...
Results 1 to 2 of 2