Let's begin with the Problem statement first.
Problem Statement:
Q2. Write a program to check whether 2 strings are Anagram or not
Explanation of the Problem Statement:
The problem wants us to ask the user to input two Strings and check if the Stri...