Anagram Program in Java
Channel:
Subscribers:
1,530
Published on ● Video Link: https://www.youtube.com/watch?v=8DfdXYbkz28
Anagram Program in Java
An anagram is a word in which the letters can be rearranged to form another word. For example, SILENT and LISTEN are anagrams. Write a Java program to input two words in uppercase and check and display whether they are anagrams or not.