How to find position in two arrays in Java without java.util.Arrays

后端 未结 0 556
忘掉有多难
忘掉有多难 2021-02-05 16:25

I have two arrays: names[10] and points[10]

names contains the players names, points their points

I want to write a method with parameters String newName and int n

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