Question: Code link: http://codecheck.it/files?repo=bj4cc&problem=ch06/c06_exp_6_103 B - Words You may use the CodeCheck IDE directly to write this program. (Your program will be graded by CodeCheck) Here

Code link: http://codecheck.it/files?repo=bj4cc&problem=ch06/c06_exp_6_103
B - Words You may use the CodeCheck IDE directly to write this program. (Your program will be graded by CodeCheck) Here are the requirements: .Complete the class Words (you must use this exact name to pass CodeCheck) so that it prompts the user for a String value. Your task is to write a method stutter that repeats all letters t in a string. For example, the call stutter("stutter") should return "sttutttter Instead of completing the code in a main method, you will write your code in the method stutter which takes in a String as an input and returns a String as an output. The link to the exercise is in this this CodeCheck link. . Click submit. This will generate a HTML report about the correctness of your solution. You can try as many times as you like. Click the Download Report button and save it once you're satisfied
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
