Question: X8: seeColor Write a function in Java that implements the following logic: Given a string, if the string begins with red or blue return that

X8: seeColor Write a function in Java that implements the following logic: Given a string, if the string begins with "red" or "blue" return that color string, otherwise return the empty string. Your Answer: Attempts remaining: 10 1 public String seeColor (String str) 2 { 3 4} 5 Check my answer! Reset Next exercise I Feedback Your answer could not be processed because it contains errors: line 3: error: ')' expected

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!