Checkout the policies of your bank for this question. And as you didnt authorise the transactions with your signature they all should be null and void although contact your bank for more on it.
__________________
#include<iostream>
using namespace std;
void main()
{
while(1)
{ printf("hello world!");
}
}
|