1. How to swap two numbers using a C++ program.
Below are the examples:
Input : a = 2, b = 3
Output : a = 3, b = 2
Input : a = 0, b = 1
Output : a = 1, b = 0
2. Write a C++ program to enter two angles of a triangle and find the third
angle.
3. Write a C++ program to find the addition, subtraction, and multiplication of
two integer numbers by using command line input.
4. Write a program to find that the two numbers is maximum or minimum.
5. Write a C++ program ,according the output screen below.