A By Ankit Sir

Date :- 24 Sep

Input & Variables (Basic)

  1. Write a program that takes the user’s name and age as input and prints them.

  2. Write a program to take two integers from the user and print their sum.

  3. Write a program to take two numbers from the user and print their product (multiplication).

  4. Write a program to take three numbers and print the smallest (minimum).

  5. Write a program that takes radius as input and prints the area and circumference of the circle.