Write the below method. Explain all parts of the method thoroughly: Contains Digit: • This method must be named containsDigit • It takes a String parameter It returns a boolean for whether there are any numerical digits (0-9) contained in the String Ey: containsDigit("123 E. lm St") - s true

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 2CP
icon
Related questions
Question

(Intro to Java)

explain the answers to the below questions using step-by-step explanation.

 

Question 1:
Write the below method. Explain all parts of the method thoroughly:
Contains Digit:
This method must be named containsDigit
• It takes a String parameter
It returns a boolean for whether there are any numerical digits (0-9) contained in the String
Ex: containsDigit("123 E. Elm St") -> true
Ex: containsDigit("E. Elm St") -> false
Hint: use the characters '0' and '9' in your answer rather than their Unicode values.
Transcribed Image Text:Question 1: Write the below method. Explain all parts of the method thoroughly: Contains Digit: This method must be named containsDigit • It takes a String parameter It returns a boolean for whether there are any numerical digits (0-9) contained in the String Ex: containsDigit("123 E. Elm St") -> true Ex: containsDigit("E. Elm St") -> false Hint: use the characters '0' and '9' in your answer rather than their Unicode values.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Methods of StringBuilder class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT