Computer Science, asked by guptasarita15656, 14 hours ago

Write a basic programe to display the maximum number out of 3 number? ​

Answers

Answered by BeAuTyBLusH
0

Answer:

\huge \mathcal{ \fcolorbox{aqua}{azure}{ \blue{Answer}}}

Algorithm to find greatest number of three given numbers

Check if num1 is greater than num2. If true, then check if num1 is greater than num3. If true, then print 'num1' as the greatest number. If false, then print 'num3' as the greatest number.

Answered by tulipmishra08
0

Answer:

ALGORITHM

I hope this might help you with

Similar questions