Max=0:s=0
For i=1 to 6
If a(i)>Max Then Max=a(i)
s=s+Max
i=i+1
Next i
数组元素a(1)到a(6)的值依次为“5,7,4,8,6,9”,执行该程序段后,变量s的值为( )
微信扫码预览、分享更方便