A program is a collection of lines of code that makes a meaningful solution of a problem. In other words, a program is a set of instructions that combinedly solve a specified problem.
instruction - 1
instruction - 2
instruction - 3
instruction - 4
...............
instruction - n
If we combined instruction - 1, 2, 3, 4, ....., n then it combinedly called as a program.