poLLib / InsuredEvidence

The program records insured individuals in a database that supports basic CRUD operations. This application is a basic example of using Java.
0 stars 0 forks source link

ValidateNumbers() improvement #8

Closed poLLib closed 11 months ago

poLLib commented 11 months ago

Using Character.isDigit(c) would be better.

poLLib commented 11 months ago

The method takes the input as a parameter and by for-each control the String by Character.isDigit(c).