Search:

Type: Posts; User: Haseo

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    1,157

    Re: newbie Question.....

    i try another some code like this.




    int i;
    int n = 10;
    int sum;

    for (i = 0; i < n; i++){
  2. Replies
    9
    Views
    1,157

    Re: newbie Question.....

    here's my code can you correct me....


    int end_value = 11;
    int loopVal;
    int total;

    String number;
    System.out.println();
    number =...
  3. Replies
    9
    Views
    1,157

    Re: newbie Question.....

    My problem is i want to time the loopVal to a User entry.. is it possible to use this kind of code??

    total = loopVal * input number here;
  4. Replies
    9
    Views
    1,157

    newbie Question.....

    this is my first time using Java.... self Study only.. and i have a problem in looping can any one correct me... or give me sample code...

    Scanner user = new Scanner(System.in);
    int...
Results 1 to 4 of 4