I have no clue what I’m doing with modularity,
I was given an assignment and told many different specifics on what to do for it. I was given what the output should look like. I guess my question is, is there a thread on here that helps understand modularity and how to code it? I’m struggling!! ----jGRASP exec: java Methods Welcome to the Methods app. Please follow directions in prompts. Results will be written to file, MethodsOutput.txt. Enter an integer greater than 99 (999 to quit): 1 Input is NOT greater than 99. Enter an integer greater than 99 (999 to quit): 99 Input is NOT greater than 99. Enter an integer greater than 99 (999 to quit): 101 Enter an integer greater than 99 (999 to quit): 102 Enter a string longer than 2 characters: f Input string length is NOT greater than 2. Enter a string longer than 2 characters: fi Input string length is NOT greater than 2. Enter a string longer than 2 characters: first Enter an integer greater than 99 (999 to quit): 103 Enter an integer greater than 99 (999 to quit): 104 Enter a string longer than 2 characters: second Enter an integer greater than 99 (999 to quit): 105 Enter an integer greater than 99 (999 to quit): 106 Enter a string longer than 2 characters: racecar Enter an integer greater than 99 (999 to quit): 107 Enter an integer greater than 99 (999 to quit): 108 Enter a string longer than 2 characters: wow Enter an integer greater than 99 (999 to quit): 999 Terminating Methods app . . . ----jGRASP: operation complete.