AnagramApp is a simple Java application that checks whether two input strings are anagrams of each other. The application takes input from the terminal and processes the strings to determine if they are anagrams, ignoring spaces and case differences.
-
Clone the repository:
git clone https://github.com/ayodejidev/AnagramApp.git
-
Navigate to the project directory:
cd AnagramApp
-
Run
MainApp
To check if two strings are anagrams, follow the steps below:
- Run the
MainApp
- Enter the first string when prompted.
- Enter the second string when prompted.
The program will output whether the two strings are anagrams.
- Takes two input strings from the terminal.
- Ignores spaces and case sensitivity when checking for anagrams.
- Outputs whether the two strings are anagrams.
Contributions are welcome! Please follow these steps to contribute:
- Fork the project.
- Create a new branch.
- Commit your changes.
- Push to the branch.
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.