Search:

Type: Posts; User: alias22

Search: Search took 0.06 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;
  5. Replies
    3
    Views
    1,241

    Re: Simple computation program with strings...

    Oh...My...God I can't believe I made that mistake

    lol!

    i was looking at this for about 2 hours and i didn't spot that, God my eyesight deceives me


    import java.util.Scanner;
  6. Replies
    3
    Views
    1,241

    Simple computation program with strings...

    Hi. I'm trying to make a simple calculator type program out of strings..

    you can easily see what i'm trying to do by looking at the code:

    import java.util.Scanner;


    public class Main {
Results 1 to 6 of 6