fa2pl10h.ch02.17m\nwhat are nonexecuting statements that programmers place within code to explain program…

fa2pl10h.ch02.17m\nwhat are nonexecuting statements that programmers place within code to explain program statements in english?\n a. pseudocode\n b. trivia\n c. user documentation\n d. comments

fa2pl10h.ch02.17m\nwhat are nonexecuting statements that programmers place within code to explain program statements in english?\n a. pseudocode\n b. trivia\n c. user documentation\n d. comments

Answer

Answer:

D. comments

Brief Explanations:

Comments in code are non - executing statements used to explain code in English. Pseudocode is a high - level description of an algorithm, trivia is unimportant information, and user documentation is for end - users, not within code for explanation of statements.