Question: / / Write a static method named problem 1 that accepts an array of integer values. / / Loop through each integer and get the

// Write a static method named problem1 that accepts an array of integer values.
// Loop through each integer and get the integers that don't contain digits 1 or 9.
// Add them to an array and reurn this array
// Test cae: array is {10,22,335,901,99,56}, return {22,335,56}

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!