Search:

Type: Posts; User: Mr.777

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    4,821

    Re: Implementing a Driver to following code

    You must add;
    1. Take values from the user.
    2. Pass his value to the function which will perform your desired functions.

    Good Luck.
  2. Replies
    4
    Views
    4,821

    Re: Implementing a Driver to following code

    bResult = myCoin.unlock(12345);

    Your key is set to 1234 and you are passing 12345 so it will return false.
    So the output must be;
Results 1 to 2 of 2