1. Write a code for the following output using basic printing fundamentals.
2. Write a program to print the following output on screen.
3. Perform the following Arithmetic Operations
Display arithmetic operations with mixed data type :
-------------------------------------------------------
5 + 7 = 12
11.7 5 + 8.0 = 19.75
5 - 7 = -2
3.7 - 8.0 = -4.3
5 - 8.0 = -3.0
5 * 7 = 35
3.7 * 8.0 = 29.6
5 * 8.0 = 40.0
5/7=0
3.7 / 8.0 = 0.5
4. Write a code to Add Two Numbers with User Input.
5. Write a Program to Swap Two Variables.
6. Write a program to perform the Concatenate Function on string .