Assignment - 7 A Job Ready Bootcamp in C++, DSA and IOT MySirG
Iterative Control Statements (Part - 2)
1. Write a program to find the Nth term of the Fibonnaci series.
2. Write a program to print first N terms of Fibonacci series 3. Write a program to check whether a given number is there in the Fibonacci series or not. 4. Write a program to calculate HCF of two numbers 5. Write a program to check whether two given numbers are co-prime numbers or not 6. Write a program to print all Prime numbers under 100 7. Write a program to print all Prime numbers between two given numbers 8. Write a program to find next Prime number of a given number 9. Write a program to check whether a given number is an Armstrong number or not 10. Write a program to print all Armstrong numbers under 1000