Sunday, November 6, 2011

How do I make a user only imput numbers in java?

I am working on a project to validate credit card numbers. How do I make it so that the user can only enter numbers for their card number. And how would I use a checksum algorithm to validate the card numbers?

No comments:

Post a Comment