Good shot hdhhdbsb suhsbsbs bbsbsbsbdbbdbdbdbdbbd
Answer:
public static boolean isReverse(int [ ]a, int [ ]b ){
for (int i=0;i<a.length;i++)
{
if(!(a[i] == b[a.length-i-1]))
return false;
}
return true;
}
Explanation:
Using a for loop, we go through the elements of the first array. The if comapres and checks if any of the values are not the same as the appropriate value on the other array, if it is so, then it is not a reverse, and we return false. else we return true.
I would believe this is true if the following are also true.
Input devices are things like keyboards, mouses, buttons, e.c.t.
If that is true then I would believe it to be true due to multiple inputs are being used to communicate.