Skip to content

vishalkaushik0804/EpamTask8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpamTask8

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”

About

Epam Task on TDD & Junit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages