Question: PPTP LUI Widt your proylalt should do. Items in bold are user inp screen by your program. Enter a credit card number (enter a blank
PPTP LUI Widt your proylalt should do. Items in bold are user inp screen by your program. Enter a credit card number (enter a blank line to quit): 5457623898234112 Check digit should be: 3. Check digit is: 2 Number is not valid. Enter a credit card number (enter a blank line to quit): 5457623898234113 Check digit should be: 3 Check digit is: 3 Number is valid. Enter a credit card number (enter a blank line to quit): 5555555555554 ERROR! Number MUST have exactly 16 digits. Enter a credit card number (enter a blank line to quit): 5555555555554445 Check digit should be: 4 Check digit is: 5 Number is not valid. Enter a credit card number (enter a blank line to quit): Goodbye! Note: You will need to convert characters in your string into integer values to make this project work. There are first is to use Integer.parseInt and substring to get a character value. The following lines of code would of the first character of the string input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
