You are viewing a single comment's thread. Return to all comments →
Hi, I'm not sure that
int min=100; int max=1;
won't cause a problem, what about doing:
int min=elements[0]; int max=min;
Best regards,
Seems like cookies are disabled on this browser, please enable them to open this website
Day 14: Scope
You are viewing a single comment's thread. Return to all comments →
Hi, I'm not sure that
won't cause a problem, what about doing:
Best regards,