Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Java question CHALLENGE ACTIVTY3.9.3: Using indexOf0 PrintCensored if userinput contains the word darn, else print userinput. End with newline. Note: These activities may test code
Java question
CHALLENGE ACTIVTY3.9.3: Using indexOf0 PrintCensored" if userinput contains the word "darn", else print userinput. End with newline. Note: These activities may test code with different test values. This activity will perform three tests, with userinput of That darn cat., then with "Dang, that was scary!", then with I'm darning your socks.. See How to Use zyBooks" Also note: If the submitted code has an out-of-range access, the system will stop running the code after a few seconds, and report Program end never reached. The system doesn't print the test case that caused the reported message. 1 import java.util.scanner 3 public class Censoredliords 4 public static void main (String [ args) String user!nput ""; userInput "That darn cat."; * Your solution goes here * All tests passed 10 12 hStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started