Day 17

 Hello my friends, today I studied about the mistakes that programmers make in the field of programming.

Programmers make a variety of mistakes while programming. Common errors include:


1. Syntax Errors: These occur when a programmer does not adhere to the language rules of the programming language they are using.


2. Logical Errors: These occur when there is a flaw in the logic of the program, leading to incorrect results.


3. Runtime Errors: These occur when a program attempts to perform incorrect operations during execution, such as dividing by zero or accessing an item that does not exist in a list.

تعليقات