I have array of past hundered data. I need to check condition whether it is true or not. like
1. a[0]-a[100]>100
2.a[2]-a[25]=89, etc. It should be respond to all condition.
kindly provide any solution.
I have array of past hundered data. I need to check condition whether it is true or not. like
1. a[0]-a[100]>100
2.a[2]-a[25]=89, etc. It should be respond to all condition.
kindly provide any solution.