There is an outer class StringOperations. Your task is to create a static nested class EngString inside of StringOperations.
The class EngString should have:
- two fields:
boolean englishandString string - a constructor that accepts these fields
- getters for both fields:
isEnglish()andgetString()
Please, don't make the class and the methods private.