Remove ‘A’ if it is present in first 2 characters of the string. if ‘A’ is present after 2 characters, it should not be removed. Ex: “ABCD” => “BCD” “AACD” => “CD” “BACD” => “BCD” “BBAA” => “BBAA” “AABAA” => “BAA”
-
Notifications
You must be signed in to change notification settings - Fork 0
vishalkaushik0804/EpamTask8
About
Epam Task on TDD & Junit
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published