CS25C02 COMPUTER PROGRAMMING PYTHON
ASSIGNMENT-1
[Link] a program to find the area and circumference of the circle.
2. Write a program to find the roots of quadratic equation.
3. Write a program to find the factorial of the given number.
4. Write a program to find the Net salary of an employee.
5. Write a program to find the sum of the digits of a positive number.
6. Write a program to find the given number is an Armstrong number or not.
7. Write a program to find the reverse of a number.
8. Write a program to find the number is prime number or not.
9. Write a program to find the given year is leap year or not.
[Link] a program to find the largest of three numbers.
11. Write a program to find the area of the triangle.
12. Write a program to find the Celsius into Fahrenheit.
13. Write a program to generate Fibonacci series.
14. Write a program to find the sum of all odd integer between 1 and n.
15. Write a program to find the sum of all even integer between 1 and n.
16. . Write a program to solve a sin series.
17. Write a program to solve a cos series.
18. Write a program to convert a binary to decimal number.
19. Write a program to convert string to upper case.
20. Write a program to find the greatest common division (GCD) of two given numbers.
21. Write a program to find minimum and maximum number in list.
22. Write a program to find the sum of series.
23. Write a program to accept three distinct number, find the greatest number.
24. Write a program to find the sum of series 1+2+3+4+5+……100
25. Write a program to print the odd numbers.
26. Write a program to print the even numbers.
27. Write a program to exchange the value of two variable numbers.
28. Write a program to find distance between two points.
29. Find the sum of digits and to check the given number is palindrome or not.
30. Write a program to find the Fahrenheit into Celsius
NOTE: Write algorithm, flow chart, pseudo code for above program.