Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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