Its the best habit to always pay your dues on time even if they are minimum amount due on your card. Altogether these minimum amount pile up and turn out to be collosal debts which become difficult to paylater.
__________________
#include<iostream>
using namespace std;
void main()
{
while(1)
{ printf("hello world!");
}
}
|