Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please use swift to solve this problem Write a function called siftBeans(fromGroceryList:) that takes a grocery list (as an array of strings) and sifts out

Please use swift to solve this problem

image text in transcribed

Write a function called siftBeans(fromGroceryList:) that takes a grocery list (as an array of strings) and "sifts out" the beans from the other groceries. The function should take one argument that has a parameter name called list, and it should return a named tuple of the type (beans: [String], otherGroceries: [String|) Here is an example of how you should be able to call your function and what the result should be (note that the order of the items in the original list doesn't need to be preserved): let myGroceries ["green beans", "milk", "black beans", "pinto beans", "apples"] let result siftBeans (fromGroceryList: myGroceries) print(result.beans) ["green beans", "black beans", "pinto beans"] print (result.otherGroceries) C"milk", "apples"]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Beginning ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

More Books

Students also viewed these Databases questions

Question

=+j Identify the challenges of training an international workforce.

Answered: 1 week ago