Java 05: While & For Loops Statements

Java 1.6 with NetBeans 5.5.1 beta

Duration : 0:3:11



5 Responses to “Java 05: While & For Loops Statements”

  1. Shermz1234 Says:

    have you made any …
    have you made any games with java?

  2. Kandytank Says:

    Good job very …
    Good job very helpful

  3. wolva Says:

    distance=speed * …
    distance=speed * time
    for example, if a train travels 40 miles per hour for 3 hours, the distance traveled is 120 miles. write a program that asks for the speed ofa vehicle(in miles per hour) and the number of hours it has traveled. it should use a loop to display the distance a vehicle is traveling at 40 mph for a 3 hour time period. it should display a report similar to the one that follows:

    hour - 1 distance - 40
    hour- 2 distance- 80
    hour- 3 distance - 120

  4. sallyann22 Says:

    Superb. Nice to …
    Superb. Nice to find some really compact and easy to understand videos on Loops!

    Nice one.

  5. bolivarknight Says:

    VERY good m8 it …
    VERY good m8 it help me a lot thanks

Leave a Reply

Posted on May 13th, 2007 by admin

Filed under Java Basics |

|