Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Only main method please (Check substring) Write a program that prompts the user to enter two strings and reports whether the second string is a

Only main method please

(Check substring) Write a program that prompts the user to enter two strings and reports whether the second string is a substring of the first string. This program should ignore case.

SAMPLE RUN #1: java HasSubstring

Enter string s1: precocious Enter string s2: pre

pre is a substring of precocious

SAMPLE RUN #2: java HasSubstring

Enter string s1: precocious Enter string s2: Coci

Coci is a substring of precocious

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

How flying airoplane?

Answered: 1 week ago