Question: 2) Write a program to create a check digit for your student ID number. Read the user's student ID. Use 8-digit representation, as in the

2) Write a program to create a check digit for your student ID number. Read the user's student ID. Use 8-digit representation, as in the example below: 12345678 To create the check digit, do the following: Add the first, third, fifth, seventh digits. Add the second, fourth, sixth and eighth digits. Multiply the first sum by 3 and add it to the second sum. Subtract 1 from the total. Compute the remainder when the adjusted total is divided by 10. Subtract the reminder from 9. Submit your code and the screen shot of the check digit in a text file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
