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.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
27 | 28 | 29 | 30 | 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |