* Make the following changes to the CheckISBN program: a) If the user\'s input i
ID: 3608816 • Letter: #
Question
* Make the following changes to the CheckISBN program: a) If the user's input is not 13 characters long or does notcontain exactly three dashes, have the program prompt the user tore-enter the input. The program will repeat the prompt as often asnecessary until the input meets these criteria.b) Use a loop to calculate the value of the totalvariable.
c) Instead of printing the original check digit and thecomputed check digit, have the program display either ISBN is valid(if the check digits match) or ISBN is not valid (if theydon't). a) If the user's input is not 13 characters long or does notcontain exactly three dashes, have the program prompt the user tore-enter the input. The program will repeat the prompt as often asnecessary until the input meets these criteria.
b) Use a loop to calculate the value of the totalvariable.
c) Instead of printing the original check digit and thecomputed check digit, have the program display either ISBN is valid(if the check digits match) or ISBN is not valid (if theydon't).