Search:

Type: Posts; User: Nakima

Search: Search took 0.13 seconds.

  1. Replies
    12
    Views
    1,186

    Re: Loop is not working in calcualtion program

    Sorry hard to explain.
    the first column should output the initial sales amount and then increase in 5,000.00 increments till it reaches 50% of its initial input.

    The 2nd column should show total...
  2. Replies
    12
    Views
    1,186

    Re: Loop is not working in calcualtion program

    I noticed that also about the initial value of it being 0. That's what was causing it to give me a column of zeros. It flagged me to initialize it and it changed it on it's own. Now when i run the...
  3. Replies
    12
    Views
    1,186

    Re: Loop is not working in calcualtion program

    Do I not have the braces in the correct spot? The compiler did not give any errors. Still new to all this Java thing, so forgive me :) . If the semicolon is not there it errors out before i can run...
  4. Replies
    12
    Views
    1,186

    Re: Loop is not working in calcualtion program

    //This program calculates annual sales
    import java.util.Scanner; // Program assigened to use Scanner for input

    public class AnnualSales
    {
    //Main method begins execution of Java...
  5. Replies
    12
    Views
    1,186

    Loop is not working in calcualtion program

    I have made a calculation program, but having a problem with the loop at the end. The rest of the program works, just then end part is needing some attention. I am trying to get it to increase in...
Results 1 to 5 of 5