Purchase Solution

ID Construction and Password Checking Applications in Java

Not what you're looking for?

Ask Custom Question

Write a Java application that prompts a user for a full name and street address and constructs an ID from the user's initials and numeric part of the address. For example, the user William Henry Harrison who lives at 34 elm would have an ID of WHH34.

Write another Java application that accepts a user's password from the keyboard. When the entered password is less than six characters, more than 10 characters, or does not contain at least one letter and one digit, prompt the user again. When the user's entry meets all password requirement, prompt the user to reenter the password, and do not let user continue until the second password matches the first one.

Purchase this Solution

Solution Summary

Construct.java does not limit user's full name to two words.
Password.java implements a method validPassword that captures all the verification against the password requirements.

Solution Preview

Please find attached 441593-Construct.java and 441593-Password.java that address the given requirements. Source code is well commented and easy to understand.

Please remove "441593-" from the file names before your ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Javscript Basics

Quiz on basics of javascript programming language.