A Job Ready Bootcamp in C++, DSA and IOT MySirG
- Write a program to find the Nth term of the Fibonnaci series.
- Write a program to print first N terms of Fibonacci series
- Write a program to check whether a given number is there in the Fibonacci series or not.
- Write a program to calculate HCF of two numbers
- Write a program to check whether two given numbers are co-prime numbers or not
- Write a program to print all Prime numbers under 100
- Write a program to print all Prime numbers between two given numbers
- Write a program to find next Prime number of a given number
- Write a program to check whether a given number is an Armstrong number or not
- Write a program to print all Armstrong numbers under 1000