answersLogoWhite

0


Best Answer

These may be called (depending on the language):

  1. comment statements
  2. remark statements
  3. REM statements (in BASIC)
  4. notation statements
  5. etc.
User Avatar

Wiki User

6y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

comments

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are nonexecuting statements that programmers place within their code to explain program statements in English?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the set of statements or principles used to explain a group of facts or natural phenomena is?

the set of statements or principles used to explain a group of facts or natural phenomena is a THEORY


What are two subfields into which economics is divided and explain it?

The two subfields of economics are positive statements and normative statements.


This is a set of statements or ideas that explain a group of facts or phenomena?

Superstition


Explain numerical statements of facts that are not statistics?

all statistics are numerical statement but all numerical statement s of are not statistics explain


What is a set of statements or ideas that explain a group of facts or phenomena?

cerote cerote cerote


What are the statements proposed by neils bohr?

neil's bohr explain electrons remove on a orbit


What are the four financial statements explain their basic content and why it is important that the statements are prepared?

balance sheet,income statement,cash flow statement,retained earnings


What is the luhya word for the English word explain?

The African Luhya term for the English word 'explain' is "eleesia".


Explain how fundamental accounting concepts are used in preparing financial statements?

explain using various example, how the major accounting concepts are used in preparing financial statement??


Explain all the control statements in java?

The if and switch statements are commonly referred to as decision statements. When we use decision statements in our program, we're asking the program to evaluate a given expression to determine which course of action to take. It decides the control flow of the program.


Which of these statements best explain How the employer plays the role of the buyers?

employers often have a wide variety of choices in applicants


Explain control instructions in c plus plus?

Control instructions are instructions that alter the flow of execution. In C++ this include if, if-else statements, switch-case statements and the conditional ternary operator (?:), as well as loop structures (for, while, do-while) and procedural goto statements.