Search:

Type: Posts; User: chronoz13

Search: Search took 0.14 seconds.

  1. Replies
    7
    Views
    11,847

    Re: Help With Odd/Even number program

    this one?

    public static void main(String[] args) throws IOException {

    int count = 0;

    System.out.print("Enter The Max Value: ");
    int max =...
  2. Replies
    7
    Views
    11,847

    Re: Help With Odd/Even number program

    something like this ?


    public static void main(String[] args) {

    int count = 0;

    do {

    count++;
  3. Replies
    7
    Views
    11,847

    Re: Help With Odd/Even number program

    hmm looks like your program satisfies what you need.


    so what do you want to know about your program?
Results 1 to 3 of 3