Skip to content

Commit eeebbb8

Browse files
authoredJun 29, 2024
Update README.md
1 parent 37c6353 commit eeebbb8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎PASSWORD RELATED/RandomPassword/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ Another code snippet where we are going to generate random password which accept
33
* random
44
* string
55

6-
For instance, when the program runs, it will ask the user to input how many number of password and the length of password to be generated.
7-
to generate a combiantion of letters, numbers and special keys to generate random passwords for us to use
6+
For instance, when the program runs, it will ask the user to input how many number of password , the length of password to be generated and the generation mode code
7+
to generate random passwords for us to use.
8+
9+
There three generation code, the default code is 0:
10+
(1) Only Number (2) Don't use punctuation (0) All ascii character
811

912
### Sample Output:
1013

0 commit comments

Comments
 (0)