Define a public static method calledbigWord that has a single String parameter called word. The method finds the length of word, and returns the String "Big" if the length is more than 10. Otherwise, it returns the String “Small" .Do not define a class. You may only use techniques and data structures that have already been covered in this class. Do not include any exception handling.
For example, bigWord("hello") should return "Small", and bigWord("hilariously") should return "Big".
in java
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here