How i find the greatest number from six or more digit number?
- by Rajendra Bhole
Hi,thanks in advance,
I have the code in which i want to find out the greatest number from six numbers, the code as follows,
if( (pixels->r == 244 || pixels->g == 242 || pixels->b == 245) || (pixels->r == 236 || pixels->g == 235 || pixels->b == 233) || (pixels->r == 250 || pixels->g == 249 || pixels->b…