Computer Science, asked by jaygurjar4324, 2 months ago

write an alogrithem to find biggest of 3 number​

Answers

Answered by sciencekid2008
2

Answer:

start

take the last three digit no.

and u got it

Answered by Kartik02006
2

Answer:

please follow me and mark me as brainliest

Explanation:

Step 1 : Start.

Start 2 : Input A, B, C.

Start 3 : Let max = A.

Start 4 : if B > max then max = B.

Start 5 : if C > max then max = C.

Start 6 : Output max is largest.

Start 7 : Stop.

Similar questions