Task-01
• Print your name using a pre-defined variable.
• Take the user's name as input and print it to the console.
• Swap two numbers using the third variable as the result name and do the same task without using any third variable.
• Write a program to add two numbers.
• Write a program to print the area of circle, Take radius as input from the user.(Area = 3.14 * radius * radius)