Practice 10: Password (Basic Java Programming 31)

Опубликовано: 03 Декабрь 2020
на канале: Basic Java Programming for Beginners
28
0

【Basic Java Programming 31】
Let's code! Write a program to get a password. You can download an example code.

--------------------
[Practice]
Write the program that we get a randomized password according to the condition that user input.

[Specification]
・Make sure you create two classes.
・The character counts are greater than or equals to 3, and they are less than or equals to 128.
・The character counts that the user wants
・The password consists of lowercase, uppercase, numbers, and symbols.
・A user can define the condition of the password. Users decide whether they need lowercase character or not. About uppercase, numbers, and symbols, a user can choose it likewise.
・Display the password on the prompt.

[Result]
Input the character counts (3-128):
15
Do you need lowercase characters? (y or n):
y
Do you need uppercase characters? (y or n):
y
Do you need numbers?
y
Do you need symbles?
y
5wxKqsvEeY&DMki
--------------------

◆ Practice 10 Example - download
https://github.com/makoto-sabay/pract...

◆ Practice 10 Password
https://note.com/mac_makoto/n/n46f88f...

◆ Makoto Official Site
https://sabay-sabay.asia/


На этой странице сайта вы можете посмотреть видео онлайн Practice 10: Password (Basic Java Programming 31) длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Basic Java Programming for Beginners 03 Декабрь 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 28 раз и оно понравилось 0 зрителям. Приятного просмотра!