编写一个 Golang 程序,在不使用第三个变量的情况下交换两个数字
解决这个问题的方法
第一步:定义一个接受两个数字的函数,类型为int。
第二步:求b=a+b;
第3步:然后a=b–a和b=b–a
程序
package main
import "fmt"
func swap(a, b int){
fmt.Printf("Before swapping, numbers are %d and %d\n", a, b)
b = a + b
a = b - a
b = b - a
fmt.Printf("After swapping, numbers are %d and %d\n", a, b)
}
func main(){
swap(23, 45)
swap(56, 100)
}输出结果Before swapping, numbers are 23 and 45 After swapping, numbers are 45 and 23 Before swapping, numbers are 56 and 100 After swapping, numbers are 100 and 56
热门推荐
10 生日祝福语简短搞笑女儿
11 中班入学祝福语简短大全
12 科研文案祝福语简短励志
13 最美的留言祝福语简短
14 分手快乐祝福语简短
15 生日哥哥祝福语简短独特
16 对上司的简短祝福语
17 女性的生日祝福语简短
18 双十一祝福语大全简短