Day :02 #Java #Coding #Anagram #Strings 👉 Question: Write a program to check whether two given strings are anagrams of each other. ✅ Example 1: Input: s1 = "RACE", s2 = "CARE" Output: This Is Anagram ❌ Example 2: Input: s1 = "hello", s2 = "world" Output: This Is Not Anagram ✅ Example 3: Input: s1 = "listen", s2 = "silent" Output: This Is Anagram

To view or add a comment, sign in

Explore content categories