Search:

Type: Posts; User: chronoz13

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    5,356

    [SOLVED] Re: loop , passed and failed

    ahh i get it cfmonster.. it always print because "0" and "1" are less than "7"(seven)

    thats why it always print the first condition!! :-bd

    and everytime that i INPUT "1" it doesnt add nor...
  2. Replies
    5
    Views
    5,356

    [SOLVED] Re: loop , passed and failed

    sori i didnt make things clear,heres the code again.


    import java.util.*;
    public class Sample

    {
    private static Scanner scanner = new Scanner(System.in);

    public static void...
  3. Replies
    5
    Views
    5,356

    [SOLVED] loop , passed and failed

    this program is an example of how a grade should compute
    heres the code


    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */

    package...
Results 1 to 3 of 3