Question: Design an application that illustrates the following concepts in Java: Strings and at least one other data type. Repetition Statements (including nested loops). Switch Statement
Design an application that illustrates the following concepts in Java:
- Strings and at least one other data type.
- Repetition Statements (including nested loops).
- Switch Statement (menu of choices is required).
- Arrays (including array of objects).
- Exceptions Handling.
- Classes.
- Methods (both static and instance, minimum 10 methods total).
- Constructors (minimum two constructors and usage of reserved keyword this).
- Mathematical algorithm / formula implementation (minimum 2, prebuilt static methods can be used to satisfy this requirement).
- Files and I/O (Chapter 12).
the application I want to make is a password manager for multiple usernames and websites for a user to store and access and retrieve whenever they needed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
