advertisement

Article:
  Technologies to Watch: A Look at Four That May Challenge Java’s Development Dominance
Subject:   A question
Date:   2005-10-29 08:52:49
From:   ttfkam
Response to: Not maintainable or english

What is the equivalent of the following?


for (i=0; i<100; i+=4) {}


Not attacking; I'm honestly curious.

Main Topics Oldest First

Showing messages 1 through 1 of 1.

  • Sorry, I should have been more specific
    2005-10-29 08:55:51  ttfkam [Reply | View]

    How can you write the equivalent without introducing a temporary variable?