Search:

Type: Posts; User: Rain_Maker

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    1,320

    Re: Need help with a java statement.

    okay Ill try that thanks again
  2. Replies
    10
    Views
    1,320

    Re: Need help with a java statement.

    So I should write two parts and then display the sum. I was thinking I could put it under one statement. Is that even possible?
  3. Replies
    10
    Views
    1,320

    Re: Need help with a java statement.

    Well I can do that Norm. :confused: But if I do that it will just print out each individual statements instead of adding them and then printing the sum . When I was working on it I realize she...
  4. Replies
    10
    Views
    1,320

    Re: Need help with a java statement.

    Okay.... Yeah i see that but how should I write that in java. I mean here is what I think.

    sum2 = sum2+ OptionTwo*2;

    It goes through the for loop operation but it never produces any other...
  5. Replies
    10
    Views
    1,320

    Re: Need help with a java statement.

    Okay well its not really a formula. It just notes I wrote down out.
    1
    2=1*2
    4=2*2
    8=4*2
    16=8*2
    etc

    The common factor is two but after that I really don't know else to really do. I played...
  6. Replies
    10
    Views
    1,320

    Need help with a java statement.

    Okay here is the assignment. I need to use a for loop to solve this problem.

    You are offered two salary options for ten days work. Option 1: $100 per day.
    Option 2: $1 for the first day, $2 for...
Results 1 to 6 of 6