Changing an existing position in an array with user input

前端 未结 0 2022
耶瑟儿~
耶瑟儿~ 2021-02-14 06:36

int [] array1 = {1,2,3,4,5}

String[]array2 = {A,B,C,D,E}

How would I go about changing the positions of array 1 with user input?

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