Computer Science, asked by cyderhunter638, 4 months ago

a=5; var b=(A==5)?"Equal":"Not Equal"; Will display_______.a

Answers

Answered by samyukthan568
0

Answer:

search in google

Explanation:

Answered by jai696
1

\huge\red{\mid{\fbox{\tt{ANSWER}}\mid}}

a=5; var b=(A==5)?"Equal":"Not Equal"; Will display Equal

\huge\blue{\mid{\fbox{\tt{Explanation}}\mid}}

The ternary operator checks if a == 5 which it is, so it sets the value of b to "Equal"

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions