Best Answer
(Condition) ? (Text1) : (Text2);
Condition: It returns a boolean value (true and false).
Text 1: If the condition returns true state then this Text to be executed.
Text 2: If the condition returns fales state then this Text to be executed.
Please login or Register to submit your answer