Question: IN JAVA PLEASE Write a program that takes in a string line and prints true if letters of my name (jackie) have appeared in the
IN JAVA PLEASE
Write a program that takes in a string line and prints true if letters of my name (jackie) have appeared in the string in the same order, all in lowercase. Please note that there might be other characters between the letters of my name.
ex input: hello Jackie
output: false
ex input 2: j123a35c8k12iiiEe
output: true
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
