In Java: Parse String that look like this: cookies>mile>fudge:cake:ice cream Display the food item in between each delimiter.   Test Case 1     Enter ingredients\n cookies>mile>fudge:cake:ice creamENTER cookies\n mile\n fudge\n cake\n ice cream\n   Test Case 2     Enter ingredients\n cookies        >    mile             >  fudge : cake   : ice creamENTER cookies\n mile\n fudge\n cake\n ice cream\n   Test Case 3     Enter ingredients\n soda>burger>salad:meat:cheese:bacon:ranch>friesENTER soda\n burger\n salad\n meat\n cheese\n bacon\n ranch\n fries\n   Test Case 4     Enter ingredients\n cheese:burrito:  salsa>chips:salsa>ENTER cheese\n burrito\n salsa\n chips\n salsa\n

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

In Java:

Parse String that look like this:
cookies>mile>fudge:cake:ice cream
Display the food item in between each delimiter.
 

Test Case 1

 
 
Enter ingredients\n
cookies>mile>fudge:cake:ice creamENTER
cookies\n
mile\n
fudge\n
cake\n
ice cream\n
 

Test Case 2

 
 
Enter ingredients\n
cookies        >    mile             >  fudge : cake   : ice creamENTER
cookies\n
mile\n
fudge\n
cake\n
ice cream\n
 

Test Case 3

 
 
Enter ingredients\n
soda>burger>salad:meat:cheese:bacon:ranch>friesENTER
soda\n
burger\n
salad\n
meat\n
cheese\n
bacon\n
ranch\n
fries\n
 

Test Case 4

 
 
Enter ingredients\n
cheese:burrito:  salsa>chips:salsa>ENTER
cheese\n
burrito\n
salsa\n
chips\n
salsa\n
Expert Solution
steps

Step by step

Solved in 4 steps with 5 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

How do I make this code pass test case 1 and 2?

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Random Class and its operations
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