
Create a function to print out your array of passwords. Store each random password you generate in an array. Create a random password by looping through the total number of passwords and looping through the length of the passwords. Create a function that generates a random character, which can be a number, a lowercase letter, or an uppercase letter. (12-15 characters is a strong password length!) Ask the user how many characters long they want their passwords to be. Ask the user to enter the total number of random passwords they want. Note that the random passwords consist of both uppercase and lowercase letters, as well as numbers!. Then it prints out the list of random passwords it generated. Our program asks us to enter the number of random passwords we want and how long they should be. You can also view my project solution code if you get stuck. Watch the video, or click run to see the project yourself! This project is estimated to take you about 30-45 minutes, but you should move faster or slower at your own pace! Project Demoīefore getting started, see how our finished project works for reference. Some other projects you can try first for more practice with beginner Java are our Java Tic Tac Toe and Java Rock Paper Scissors tutorials.įor learning outcomes, you'll get a lot of practice with functions, random numbers, ASCII, and arrays.
You should review variables, conditionals, loops, and input and output beforehand to get the most out of this project. This beginner Java tutorial is for students that want a hard challenge project, about 50-75 lines of code long. This project falls under our Juni Java Level 1 coding class for kids.
This project info and learning outcomes summary will help you decide if this Java coding project is right for you.