Develop Program in asp.net need logic

Discussion in 'Programming' started by i_am_dhaval, Jan 3, 2011.

  1. #1
    i want to develop this type of Program.

    Credit card verification for user by adding 2 different amount in ration of 10$

    like 5$ + 5$ or 6$ + 4$

    you can see the perfect example on ODESK site.

    i want to develop that type of functionality for verify for real user.

    also what is the logic behind 2 different amount?

    i am very confused about this.
     
    i_am_dhaval, Jan 3, 2011 IP
  2. nirajkum

    nirajkum Active Member

    Messages:
    815
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #2
    there is already an API code for the same ... you need not to start from scratch ..... just do googling
     
    nirajkum, Jan 3, 2011 IP
  3. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #3
    can you give me this type of API code?

    also can anyone tell me what is the logic behind 2 amount why they not cut 1 singal amount.
     
    i_am_dhaval, Jan 4, 2011 IP
  4. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #4
    So you want to randomly generate a number between 1 and 9 and then deduct this from 10 to calculate the other number?

    Why are you doing this? Sounds like your using it to check its a real person answering the question but it doesnt work as such if the answer is always 10
     
    AstarothSolutions, Jan 4, 2011 IP
  5. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #5
    i want to develop odesk type credit card verification functionality.
     
    i_am_dhaval, Jan 4, 2011 IP
  6. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Don't have an awareness of odesk but to answer the question of logic - generate 2 whole numbers that equal a total of 10, generate 1 number between 1-9 and deduct it from 10 to generate the second.
     
    AstarothSolutions, Jan 5, 2011 IP
  7. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #7
    yes but why they cut 2 number?

    why they cannot cut 3 number?
     
    i_am_dhaval, Jan 5, 2011 IP