📅  最后修改于: 2022-03-11 14:55:04.593000             🧑  作者: Mango
start
input 3 numbers (a,b,c)
store the value in variables (a,b,c)
if (a>b)
a if(a>c)
print,a is greatest
else,print c is greatest
else if (b>c)
if true print ,b is greatest
else, c is greatest
stop