这个子程序用于计算两个数字的和。

This subroutine is used to calculate the sum of two numbers.

点击显示答案

This subroutine is used to calculate the sum of two numbers.

subroutine 是由前缀 sub-(表示"次要的、附属的")和 routine("例行程序")组成的复合词,指"子程序",即程序中完成特定功能的一段独立代码。在编程中,子程序可以被主程序反复调用。

在 App 中完整学习这张卡片

在 App 中学习