Programming is the process of writing instructions that a computer can understand and execute to perform specific tasks.
Programming is used in everyday technologies like mobile apps, websites, ATMs, and even smart devices.
Example:
print(“Hello World”)
This program tells the computer to display a message. Hello World