Skip to content

Instructions The program will ask: How many letters would you like in your password? How many symbols would you like? How many numbers would you like? The objective is to take the inputs from the user to these questions and then generate a random password. Use your knowledge about java Arrays, ArrayLists, and loops to complete the challenge.

Notifications You must be signed in to change notification settings

peterfarg/Password_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Password_Generator

Instructions:

The program will ask:

  1. How many letters would you like in your password?
  2. How many symbols would you like?
  3. How many numbers would you like?

The objective is to take the inputs from the user to these questions and then generate a random password. Use your knowledge of Java's Arrays, ArrayList, and loops to complete the challenge.

The final password does not follow a pattern. So the example above might look like this: x$d24g*f9

And every time you generate a password, the positions of the symbols, numbers, and letters are different.

About

Instructions The program will ask: How many letters would you like in your password? How many symbols would you like? How many numbers would you like? The objective is to take the inputs from the user to these questions and then generate a random password. Use your knowledge about java Arrays, ArrayLists, and loops to complete the challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published