📜  算法创建者在线乳胶 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:04.593000             🧑  作者: Mango

代码示例2
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