Computer Science, asked by muthukamarajan, 6 months ago

pseudo code problems
If A is bigger than B.then if A is bigger than C.printout A.otherwise printout C

Answers

Answered by valeriy69
0

A, B, C = 69, 6, 9

if A > B and A > C:

print(A)

else:

print(C)

\small\mathsf\color{pink}{code\: is\: in\: python\: 3}

\small\mathsf\color{lightgreen}useful?\: \color{white}\mapsto\: \color{orange}brainliest

Similar questions