Computer Science, asked by aanyajames01, 5 months ago

box is used to represent the conditional operations for checking or
applying any condition.
(i) Process
(ii) Terminal
(iii) Decision
(iv) Input/output​

Answers

Answered by aryanmasih825
13

Answer:

option (1)

Explanation:

plz mark me as brainlist

Answered by Itzsweetcookie
1

Answer:

Process

Explanation:

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