Java程序使用XOR运算符交换两个数字
以下是使用XOR运算符交换两个数字的程序。
示例
public class ab31_SwapTwoNumberUsingXOR {
public static void main(String args[]){
int a,b;
Scanner sc = new Scanner(System.in);
System.out.println("输入值:");
a = sc.nextInt();
System.out.println("输入b值:");
b = sc.nextInt();
a = a^b;
b = a^b;
a = a^b;
System.out.println("Value of the variable a after swapping : "+a);
System.out.println("Value of the variable b after swapping : "+b);
}
}输出结果
输入值: 55 输入b值: 64 Value of the variable a after swapping : 64 Value of the variable b after swapping : 55
热门推荐
10 新年门口花束祝福语简短
11 盘锦结婚祝福语大全简短
12 父母生日祝福语 简短独特
13 家庭恩爱祝福语简短英文
14 高考俄语祝福语大全简短
15 虎年祝福语 诗句唯美简短
16 生日婚礼祝福语简短精辟
17 虎年喝酒拜年祝福语简短
18 教师闺蜜祝福语简短