一.伪代码 Set sum to 0 Read num1 Set sum to sum + num1 Read num2 Set sum to sum + num2 Read num3 Set sum to sum + num3 Write sum
二.机器指令
三.汇编语言