Question: Class: IsGrimString Method: public boolean doWorkReturnBoolean(String theString) what it needs to do: IsGrimString.doWorkReturnBoolean(inputStr) will return true if a string is grim. We will say that
Class: IsGrimString
Method: public boolean doWorkReturnBoolean(String theString)
what it needs to do: IsGrimString.doWorkReturnBoolean(inputStr) will return true if a string is grim. We will say that a string is 'grim' if every occurence of 'gr' is followed by another 'gr'. Some examples: "great" returns false, "hello grgr bbbb gr" returns false (last 'gr' by itself), "randomgrgrnoisegrgrhappy" returns true.
JAVA
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
