Choose the correct answers to the questions from the given options. (Do not copy the questions, write only the correct answers.)
1(vi)2026· Revision Tour II· 1 mark
Read the if program segment given below:
if(a > b)
z = 25;
else
z = 35;
Which one of the following is the correct conversion of the if program segment to ternary?