题目内容
下面是将两个数中最大者打印出来的一段程序,请把程序补充完整.Input “A= ”;A
Input “B= ”;B
max=A
If____________________ then
max=B
End if
Print “The max is”;max
End
B>A
练习册系列答案
相关题目
题目内容
下面是将两个数中最大者打印出来的一段程序,请把程序补充完整.Input “A= ”;A
Input “B= ”;B
max=A
If____________________ then
max=B
End if
Print “The max is”;max
End
B>A