Question: Write the program in Net Programming using Visual Studio. First National Bank has hired you to create an application to verify a customer personal identification

 Write the program in Net Programming using Visual Studio. First National

Write the program in Net Programming using Visual Studio. First National Bank has hired you to create an application to verify a customer personal identification number (PIN). A valid PIN is a seven-digit number that meets the following requirements; Digit 1: Must be in range of 7 through 2 Digit 2: Must be in range of 0 through 3 Digit 3: Must be in range of 5 through 9 Digit 4: Must be in range of O through 4 Digit 5: Must be in range of 4 through Digit 6: Must be in range of 3 through 6 Digit 7: Must be in range of 0 through 3 Notice that each digit must fall int a range of integers. Your application should have three arrays: intPin, intMinimum and intMaximum. The intPin array will hold the values entered once they are validated as numeric. The intMinimum array will hold the minimum value for each digit position and intMaximum array should hold the maximum value for each digit position. The application should allow the user to enter seven digits on a form similar to this PIN Verifier Enter the PIN Verity Clear Ext When the Verif button is clicked the application should verify that all numbers fall into acceptable ranges, between minimum and maximum allowed. If they do not pop a message box saying they do not meet the requirement for that digit. PIN Verifier error X The number you entered does not fall between 7 and 9. OK

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!