top of page
1.WAP to input a number and print its square root.
2. WAP to input two numbers, no and ex. Display no raised to power ex.
3. WAP to input a decimal number and display it to the nearest integer larger than it.
4. WAP to input the radius of a circle and print its area and circumference.
5. WAP to input radians and print the sin , cosine and tan.
6. WAP to input the radius of a sphere and display its surface area.
7. WAP to create a list of the square root of even numbers from 2-20.
8.WAP to create a dictionary having numbers as keys and their biquadrates (number raised to power 4) as values.
9. WAP to create a list of numbers input by the user. Find the mean, median and mode of the list.
bottom of page