Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    10
    Views
    1,281

    Re: question about arrays; something simple

    See the description of an assignment statement:
    Assignment, Arithmetic, and Unary Operators (The Java™ Tutorials > Learning the Java Language > Language Basics)
  2. Replies
    10
    Views
    1,281

    Re: question about arrays; something simple

    int maxC <<< Defines an int variable named MaxC
    = <<< assigns value to right to the variable on the left
    C << name of an array
    [0] << get the element at location 0 in the array
Results 1 to 2 of 2