Skip to content

Instantly share code, notes, and snippets.

@imbuhira
imbuhira / EAN13.java
Last active September 3, 2018 15:13 — forked from cwake/EAN13.java
Java program that asks the user for a EAN13 and validates it as either correct or incorrect.
import java.security.InvalidAlgorithmParameterException;
import java.util.Scanner;
/**
* @version 1
* @author ChloeWake,Imbuhira
*
*/
public class EAN13 {
public static void main (String[] args){