Exchange
the Value
Write a program that asks the user to type 2
integers A and B and exchange the value of A and B.
Input: In the
first line you will get 2 different integers. 
Output: After you
exchange the values, you will display the values in the second line with a
space between them..
 
  | 
   Sample Input1: 
   | 
  
   Sample Input2: 
   | 
 
 
  | 
   4 6 
   | 
  
   -5 20 
   | 
 
 
  | 
   Sample  Output1: 
   | 
  
   Sample  Output2: 
   | 
 
 
  | 
   6 4 
   | 
  
   20 -5 
   | 
 
 
 
Для отправки решений необходимо