Friends, I need some inputs about my java program. My program is supposed to store 3 information into an ArrayList so-called arrayOne at each runtime:
1. Unique ID
2. Boolean Value
3. data.
Let's assume I give first input a = 5, compile & run: Result - arrayOne.
Second Input a = 24, compile & run: Result - arrayOne.
Aim: To compare these two result arrays after runtime.
How to extract the results & compare these 2 result arrays after runtime that can automatically check the data & boolean value?
please advise and I'll post my program then...
1. Unique ID
2. Boolean Value
3. data.
Let's assume I give first input a = 5, compile & run: Result - arrayOne.
Second Input a = 24, compile & run: Result - arrayOne.
Aim: To compare these two result arrays after runtime.
How to extract the results & compare these 2 result arrays after runtime that can automatically check the data & boolean value?
please advise and I'll post my program then...
Comment