Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

you wrote a pseudocode outline of your program using comments. which ch…

Question

you wrote a pseudocode outline of your program using comments. which character do you use to indicate a line as a comment?

Explanation:

Brief Explanations

In many programming - related contexts, the '#' character is commonly used to indicate a line - comment in pseudocode as well as in languages like Python. The other characters (* and &) are not standard for indicating line - comments.

Answer:

A. #