Question: Write a Java program that tests the method ridFives0 ridFives) receives an integer array of any size and returns a version of the given array

Write a Java program that tests the method ridFives0 ridFives) receives an integer array of any size and returns a version of the given array where all the 5's have been removed. The remaining elements should shift left towards the start of the array as needed, and the empty spaces at the end of the array should be 0 Perform the following tests ridFives([1,5,6,7,2,5,5])--1,6,7,2,0,0,0] . ridFives(ls, 5, 5, 5, 5,5)--> [0,0,0,0,0,0] * ridFives(I5, 6,5]) >[6 ,0.0]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
