UniTO/anno2/Sem2/lft/progetto/programs/2.program

13 lines
165 B
Text
Raw Normal View History

2019-07-15 16:47:23 +02:00
while (1>0){
read(a);
read(b);
read(c);
case when (a>b)
print (a)
when(b>c)
print(b)
when(c>a)
print(c)
else
print(a)
}