Answer:
The answer to this question is given below in the explanation section.
Step-by-step explanation:
Coding and programming are the two most terms used in software development industries. Though, these terms are often used interchangeably. Coding refers to the process of translating and writing codes of one language and even from one language to another lanaguage. In the simplest term, it means writing code for an application.
Whereas programming refers to the process of developing an executable program that can produce output to a specific problem. In short words, we can say that programming finds solutions to the problems step by step and determine how should be solved.
When you write a simple code that just takes the name as input and print output on the screen. When you write a complete code to solve a problem, you are doing programming.