List of basic programming problems

Those who are passionate programmers always look for programming problems. In this post, the effort is to compile all the basic programming problems in one place.

We will try to keep expanding this list. Please share your thoughts and comments. It would be really encouraging if you share some of the programming problems that are not included in the list.

Basic programming problems:

Find all the prime numbers till 50
Write a program that will check if a number is prime or not
Find the second highest number from a series of numbers
Write a program that will sum up all the digits of an integer number
Write a program that will print fibonacci series upto 50
Write a program that will find the unique number from an array

Leave a Reply