Question: - Create a method that will accept an Array of integers, then go through the list and find the first number in the list that

- Create a method that will accept an Array of integers, then go through the list and find the first number in the list that is divisible by both 5 and 7 . - If there is no such number, print 0 else print that number. - You may use quick and dirty way to declare the array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
