Get_Number function is a function to get input from keyboard, this function restrict the user to pass wrong input...........
How to use
->
For example we need to take input in any integer variable n call Get_Number()
like this
n=Get_Number();
With Full Back Space support
Please comments on my code