Comments can not only be used to explain code, but also sometimes when a programmer wants to temporarily disable some code in the program (for example, to try alternative implementations).
Here is an example of a program, where you need to define the lines that must be commented out in order for the program to correctly calculate the result of addition and subtraction of two variables x and y with values 30 and 20 respectively.