Hello i was wondering if there is shorter way to write this code something like this: if (a>b,c) or if (a>b&&c) to get one number and check if it's smaller or larger than rest of numbers. or there is only way by checking it one by one? thanks for answers