still i am unable to find any solution
I am able to store data but need some help
my array size is x = 0,1,2,3,4 and y is = 0,1
Storing "correct" in y0 and incorrect in y1
i am able to store data in this and now i want to store first value of "correct" in x0y0 and first value of "incorrect" in x0y1 then i want to move this x0y0 to x1y0 & x0y1 to x1y1 and move the previous data to next cell. I mean always new data will be store in x0y0 & x0y1 and the older data will move accordingly.
I hope now you understand.