Posts by Gerald • 1 point
1 post
-
-3
votes1
answer1324
viewsA: How to validate PIS (Social Integration Program) in Javascript?
Hi, follow the corrected code, only run in JAVA. public class ValidaPIS { public static void main(String[] args) { Integer i = ValidaPIS("12121212124"); if(i==0) System.out.println("PIS OK"); else…
javascriptanswered Gerald 1