Computer Science, asked by dk04897, 3 months ago

let a=12 ,b =4 then find what will be the output of a > =b​

Answers

Answered by Oreki
0

\textsf{\large \textbf{Given Snippet}}

    \texttt{a >= b; (where initially, a = 12 and b = 4)}

\textsf{\large \textbf{After Execution}}

   \texttt{As, a (12) is more than or equal to b (4).}\\\texttt{\:\:\:\: It will be evaluated as} \textsf{\textbf{ true}}.

Similar questions