How do I compare the size of the value at a certain index in an array

后端 未结 0 754
一个人的身影
一个人的身影 2021-01-27 16:58

Let\'s say I have 3 arrays of type int.

int[] arr1 = {1,3,8};
int[] arr1 = {2,5,3};
int[] arr1 = {3,7,7};

And I would like to compare each index

相关标签:
回答
  • 消灭零回复
提交回复
热议问题