Assignment 3 1. Write a program for the following requirements: a. Input: Your name b. Output: Your name is <your name>. 2. Write a program for the following requirements: a. Input: 3 numbers b. Output: average of 3 input numbers. Note: You may round off the average value to 2 significant places. 3. Write a program for the following requirements: a. Input: length of radius of circle b. Output: Area of circle