Computer Science, asked by dilipgupta15jan, 8 months ago

which box is used to represent the conditional operations for checking or applying any condition​

Answers

Answered by swatirout1984
5

Answer:

if-else

Explanation:

if-else box

hope it helps you

Answered by roopeshamaltp
1

Answer:

A conditional operator is represented by the symbol '?:'. The first operand (specified before the '?:') is the evaluating (conditional) expression. It has to be such that the type of evaluated expression can be implicitly converted to 'bool' or that implements operator true in order to avoid compilation errors.

Similar questions