Search:

Type: Posts; User: PsYNus

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    3,798

    Re: Displaying increments of 0.5

    so the for loop will need to be for (double i=0;i<=25;i++)? :)
  2. Replies
    3
    Views
    3,798

    Displaying increments of 0.5

    I started learning Java about a week ago and I'm doing some loops now :) I wrote a class that counts up to 25 and displays the numbers. I changed a few things here and there to see what would happen...
Results 1 to 2 of 2