For this question, you will write a class called StringGenerator that can be used to generate acronyms and passwords.

computer science

Description

I. Manipulating Strings to Generate Acronyms & Passwords: 

For this question, you will write a class called StringGenerator that can be used to generate acronyms and passwords. This class will contain two static methods: generateAcronym and generatePassword. The StringGenerator class will be structured like the Math class. We will call the static generateAcronym and generatePassword methods directly (using the class name); we will not create StringGenerator objects. Include Javadoc comments for the StringGenerator class (description and @author tag) and for each method.

Instruction Files

Related Questions in computer science category