I have 2 arrays that are the following:
int[] used = {300,525,110}
int[] total = {350,600,115}
(By the way, the language is C # in case someone asks.)
What I try to achieve is to go through each of the arrays and compare the values betwe...
asked by
26.03.2018 / 21:53