Question: Write a static method name problem 1 that accepts an array of integer values. Loop throught each integers thta dont contain digit 0 or 9

Write a static method name problem 1 that accepts an array of integer values. Loop throught each integers thta dont contain digit 0 or 9. Add them to an array and retun this array. Test case array is {10,22,335,901,99,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 Programming Questions!