Search:

Type: Posts; User: alias22

Search: Search took 0.10 seconds.

  1. Re: Program should display number of positives\negatives\total\average

    hello again.. I found that this program is a lot more difficult to code than what it seems... I have it finally working now although it's buggy and if i enter -1 i get no output...


    import...
  2. Re: Program should display number of positives\negatives\total\average

    i tried again, and it doesn't work


    import java.util.Scanner;

    public class main41 {

    public static void main(String[] args)
    {
    System.out.println("Enter an int value, the program exits...
  3. Re: Program should display number of positives\negatives\total\average

    Yes.. and i've tried doing many different things with the while loop, even taking it out/changing it to an if statement, but it won't work for me? I don't know what to do to fix it
    (there are no...
  4. Program should display number of positives\negatives\total\average

    Should display like so:



    hi, my code is NOT working, I don't understand why, please help



    import java.util.Scanner;
Results 1 to 4 of 4