Computer Science, asked by sweety6789, 1 year ago

was to input 3 no. and find the second greatest no.​

Answers

Answered by saiprathyusha2000
0

Answer:

Pls give questions completely

Answered by rithinraju31082003
0

Explanation:

no be a,b,c

if (a>b)&&(a>c)

greatest=a

else

if(b>a)&&(b>c)

greatest=b

else

greastest=c

Similar questions