37.1k views
5 votes
You can use the ____, which is written as ||, if you want some action to occur when at least one of two conditions is true.

User Hckr
by
5.3k points

1 Answer

0 votes

Answer:Conditional OR operator

Explanation:Conditional operator is It is a ternary always needed when a person wants to use one of the two different values. Conditioner operator is usually supported by many programming languages,its term usually refers to ?: as in C/C++/C#, Python, etc.

You can use the conditional or operator which is written as ||, if you want some action to occur when at least one of two conditions is true. It is of very high importance in computer system when typing documents etc.

User Joshualan
by
4.9k points