[SOLVED] FSWD Assignment 12-More on loops

35.00 $

Category:

Description

5/5 - (1 vote)

1. Write a python script to reverse a number.
2. Write a python script to check whether a given number is Prime or not
3. Write a python script to print all Prime numbers under 100
4. Write a python script to print all Prime numbers between two given numbers (both values inclusive)
5. Write a python script to find next prime number of a given number
6. Write a python script to print first N prime numbers
7. Write a python script to check whether a given pair of numbers are co-Prime numbers or not.
8. Write a python script to print first N terms of a Fibonacci series
9. Write a python script to calculate LCM of two numbers
10. Write a python script to calculate HCF of two numbers