* A. Write the method named stringTimes(). * * Given a String str and a non-negative int n, return a new String t * copies of the original String. * Examples: stringTimes("Hi", 2) returns "HiHi" stringTimes("Hi", 3) * "HiHiHi" stringTimes("Hi", 1) returns "Hi" @param str the String to duplicate. * @param n * @return a String that is n copies of the original. the the number of times to duplicate str. */ // TODO - Write the stringTimes method here /** * B. Write the method stringSplosion(). * The method takes one parameter, a non-empty String str (such as "C * returns a String in the form "CCoCodCode". Notice that this includ * first character of the original String, followed by the first two * and so on until the whole String is used.

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

Please help to program these

7 public class PS06A
8 {
9.
/**
10
* A. Write the method named stringTimes().
11
*
* Given a String str and a non-negative int n, return a new String t
* copies of the original String.
12
13
14
*
*
Examples: stringTimes("Hi", 2) returns "HiHi" stringTimes("Hi", 3)
* "HiHiHi" stringTimes("Hi", 1) returns "Hi"
15
16
17
18
@param str the String to duplicate.
* @param n
* @return a String that is n copies of the original.
*/
19
the the number of times to duplicate str.
20
21
22
// TODO - Write the stringTimes method here
23
24
/**
25
* B. Write the method stringSplosion().
26
*
* The method takes one parameter, a non-empty String str (such as "C
* returns a String in the form "CCoCodCode". Notice that this includ
* first character of the original String, followed by the first two
* and so on until the whole String is used.
27
28
29
30
31
*
Transcribed Image Text:7 public class PS06A 8 { 9. /** 10 * A. Write the method named stringTimes(). 11 * * Given a String str and a non-negative int n, return a new String t * copies of the original String. 12 13 14 * * Examples: stringTimes("Hi", 2) returns "HiHi" stringTimes("Hi", 3) * "HiHiHi" stringTimes("Hi", 1) returns "Hi" 15 16 17 18 @param str the String to duplicate. * @param n * @return a String that is n copies of the original. */ 19 the the number of times to duplicate str. 20 21 22 // TODO - Write the stringTimes method here 23 24 /** 25 * B. Write the method stringSplosion(). 26 * * The method takes one parameter, a non-empty String str (such as "C * returns a String in the form "CCoCodCode". Notice that this includ * first character of the original String, followed by the first two * and so on until the whole String is used. 27 28 29 30 31 *
31
* Examples: stringSplosion("Code") returns "CCoCodCode" stringSplosi
* returns "aababc" stringSplosion("x") returns "x"
32
33
34
* @param str the input String to process.
* @return a new String as described above.
35
36
37
*
38
// TODO - Write the method stringSplosion here.
39
40
**
41
* C. Write the method catDog.
42
43
* Given a String str, return true if the words "cat" and "dog" appea
* number of times in the string.
44
45
46
* Examples: catDog("catdog") returns true catDog("catcat") returns f
* catDog("1cat1cadodog") returns true
47
48
* @param str the String to examine.
* @return true if there are the same number of cats and dogs.
49
50
51
*
52
// TODO - Write the catDog method here.
ר
53
Transcribed Image Text:31 * Examples: stringSplosion("Code") returns "CCoCodCode" stringSplosi * returns "aababc" stringSplosion("x") returns "x" 32 33 34 * @param str the input String to process. * @return a new String as described above. 35 36 37 * 38 // TODO - Write the method stringSplosion here. 39 40 ** 41 * C. Write the method catDog. 42 43 * Given a String str, return true if the words "cat" and "dog" appea * number of times in the string. 44 45 46 * Examples: catDog("catdog") returns true catDog("catcat") returns f * catDog("1cat1cadodog") returns true 47 48 * @param str the String to examine. * @return true if there are the same number of cats and dogs. 49 50 51 * 52 // TODO - Write the catDog method here. ר 53
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Networking
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,