Search:

Type: Posts; User: jh0720

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    929

    it's supposed to be 7.25% tax plus the 100 you...

    it's supposed to be 7.25% tax plus the 100 you spent

    so
    (DelMar_TaxRate * Purchase_Amount)+Purchase_Amount/100.00)

    supposed to be

    ((DelMar_TaxRate / 100) * Purchase_Amount) +...
  2. thanks! did you see my forward functions i put...

    thanks!

    did you see my forward functions i put at the bottom? that's what I am trying to do

    how would i call my functions, though? for example, how would i get it so that i have

    while (# of...
  3. i'm confused about forward functions and integrating them in my loop

    -----<<<<<
    i'm writing a program to find the prime digital root, which is when you add all the indiv. #s of an integer until you reach a single digit number OR when you reach a prime number

    2^31...
Results 1 to 3 of 3