Search:

Type: Posts; User: ChicoTheMan94

Search: Search took 0.07 seconds.

  1. Replies
    19
    Views
    2,377

    Re: Whats Wrong? Beginning Code!

    Ugh, I'm sorry. I'm trying to get the hang of this not spoon feeding I promise, I tried not to give any actual answers, and just be vague, guess I could have been more vague. I haven't been doing...
  2. Replies
    19
    Views
    2,377

    Re: Whats Wrong? Beginning Code!

    This took me longer to figure out than I thought. Here's a question, why do you have interest as an int variable instead of a double? This code right here:

    interest = (int)annualInterest / 12; is...
  3. Replies
    19
    Views
    2,377

    Re: Whats Wrong? Beginning Code!

    It would make your code look a lot better if you wrapped it with
    and [ /code] (with no space.)

    Looking over your code, You're calling the math function, yet you don't have it imported, it may...
Results 1 to 3 of 4