Search:

Type: Posts; User: robertsbd

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    2,609

    Re: help using for while loop

    bump........
  2. Replies
    8
    Views
    2,609

    Re: help using for while loop

    ok i changed from !=0 to >=0 but when i enter a negative number i get this
    Exception in thread "main" java.lang.ArithmeticException: / by zero
    at Assign7_2_Roberts.main(Assign7_2_Roberts.java:26)
  3. Replies
    8
    Views
    2,609

    Re: help using for while loop

    im working on the do-while loop assignment and the output "enter a number that is positive or zero" doesnt end

    heres my code



    import java.util.Scanner ;

    public class Assign7_2_Roberts{
  4. Replies
    8
    Views
    2,609

    Re: help using for while loop

    i also have to do the exact same thing but using the do-while loop
  5. Replies
    8
    Views
    2,609

    Re: help using for while loop

    so it seems i gotta lot of work to do..im really new to java so im still tryin to figure out what all lingo used in java means
  6. Replies
    8
    Views
    2,609

    help using for while loop

    having trouble using for while loop

    this is what im supposed to do:

    Write a program that will read an unspecified number of positive numbers from the keyboard and determine the sum and...
Results 1 to 6 of 6