/Anagrams

Given two strings, print "Anagrams" if they are anagrams, otherwise print "Not Anagrams". The comparison should NOT be case sensitive.

Primary LanguageJava

No issues in this repository yet.