UniTO/anno2/Sem2/lft/progetto/programs/2.program
2024-10-29 09:11:05 +01:00

13 lines
No EOL
165 B
Text
Executable file

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