The investigator asked you to help him determine the


Project Assignment- Credit card numbers and the case of Mobius Duck

In this project, you are assisting an investigation. The investigator asked you to help him determine the validity of credit card numbers located in a case of Mobius Duck, case number 20150510-001.

Your task is to:

- Read the data listed below "Data to Evaluate" from a file.
- Evaluate each number to see if they are representing a possible credit card number.
- Validate each credit card number to see if they are a valid number.
- Store the valid numbers and invalid numbers in a separate array.
- Write the contents of validated credit card number array into a file called "valid_cards.txt".
- Write the invalid credit card number array to a file called "invalid_numbers.txt".
- Make sure to include the issuer for each group of credit card numbers identified.
- Your application should work with any number of credit card entries.

Turn in:

- Source code ( .java ) files of all classes and driver class.
- Completed UML for application classes.
- Flow chart for every method that contains beyond sequential logic flow.
- Generated javadocs structure.
- Input and output files

What to use in your completed code

Get input from file.

Ask user at least a single question and read at least one answer.

Use at least a single method from Math class.

Use at least one overloaded constructor.

Use at least one if-else-if, while, for, and enhanced for loops.

Use methods to pass and return identifiers and objects.

Pass arrays to/from methods.

Use at least a method to sort the array in the project.

Use inheritance and polymorphism.

Use exception handling.

Use input validation.

Pass the input and output files as commandline arguments.

Attachment:- Project-Assignment.rar

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: The investigator asked you to help him determine the
Reference No:- TGS02733932

Expected delivery within 24 Hours