Free Essay

Uft Ey Mush

In:

Submitted By tehbulman
Words 369
Pages 2
Validation Consolidation
Size
This is my program that checks the validation of the size of an input from the user. It asks the user to input a password that must be exactly 8 characters long, if it is above or below it will ask you to enter the password again but if it is 8 character long then it will print the password that you inputted and say that that is your password. The user also has the option to restart the program.
Size
This is my program that checks the validation of the size of an input from the user. It asks the user to input a password that must be exactly 8 characters long, if it is above or below it will ask you to enter the password again but if it is 8 character long then it will print the password that you inputted and say that that is your password. The user also has the option to restart the program.

Type
This program is validating the type of an input by the user. What is happening here is that it will ask the user to input something and if it’s a number it will print true and if you type a letter or some other character other than a number it will print false.
Type
This program is validating the type of an input by the user. What is happening here is that it will ask the user to input something and if it’s a number it will print true and if you type a letter or some other character other than a number it will print false.

Check Digit
This program creates a check digit. What it does is adding up all the numbers in a string and whatever the sum of all those numbers is the last digit of that sum number gets added on to the end of the original string of numbers.
Check Digit
This program creates a check digit. What it does is adding up all the numbers in a string and whatever the sum of all those numbers is the last digit of that sum number gets added on to the end of the original string of numbers.

Similar Documents