The numbers in two variables are exchanged, independent of the third variable.

Source: Internet
Author: User
Import java. util. collections;


Public class test1 {
// 1. The numbers in two variables are exchanged, independent of the third variable.
Int;
Int B;
Public void swap (int A, int B ){
A = A + B;
B = A-B;
A = A-B;
System. Out. println ("after switching" + "A:" + A + ", B:" + B );
}
Public static void main (string [] ARGs ){
Required bytes = new bytes (system. In );
Test1 T1 = new test1 ();
System. Out. println ("enter two numbers :");
T1.swap (response. nextint (), response. nextint ());
}
}

The numbers in two variables are exchanged, independent of the third variable.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.