Program Requirements:Program requirements are specific functionalities and features that a software program must have. They outline what the program should be able to do and how it should behave.
Debugging:Debugging is the process of finding and fixing errors or bugs in a software program. It involves identifying issues, tracing their causes, and making corrections.
Syntax: Syntax refers to the rules and structure that define how statements in a programming language should be written. Following correct syntax is essential for writing error-free code.