Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 455 Bytes

File metadata and controls

5 lines (5 loc) · 455 Bytes

Questions

Write a program to find prime number with in a range using function.

Write a program to check palindrome.

Write a program to generate the Fibonacci sequence of a given number.

Create a number guessing game. Where you have to generate a random number in between 1 to 100 and user have to prompt a number for guess. if its high or low number let the user know and guide them through the process to guess correct number.