Question: In Java, Given an array of integers, return true if every element is either a 5 or an 8. Otherwise, return false. Examples: only58 ([2,

In Java, Given an array of integers, return true if every element is either a 5 or an 8. Otherwise, return false. Examples: only58 ([2, 5, 8, 3])--> false only58 ([5, 8, 8, 5, 8]) --> true on...

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!