Write a switch-case menu based calculator program that has the following features.
 Power of a number
 Sum of two floats and one int
 Factorial of a number
 Reciprocal of a number
First you are required to display the appropriate menu using a display function.



Write a program to swap two variables without using a third variable as an intermediary
position.