How to make this for loop run between 2 array value (value pair) and iterate through all the elements of that array

后端 未结 0 568
轮回少年
轮回少年 2021-01-12 12:56

I want to run a for loop where its initialiser and condition are based on the values of an integer array. for eg:-

 int[] array = [0,5,8,12..]

    for(initia         


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