Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

The smallest element from three

int x = min(min(a, b), c);
int x = min({a, b, c});
 
PREVIOUS NEXT
Tagged: #The #smallest #element
ADD COMMENT
Topic
Name
6+2 =