Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 403 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 403 Bytes

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)