conditional operator
ternary operator x ? y : z in many programming languages, whose value is y if x evaluates to true and z otherwise
--Agreed Upon Solutions

The discussion does not exist would you like to add the first comment?

anonymous