UniTO/anno2/Sem2/lft/progetto/programs/2.program
2019-07-15 16:47:23 +02:00

13 lines
No EOL
165 B
Text

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)
}