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

you wrote a pseudocode outline of your program using comments. which character do you use to indicate a line as a comment?
Answer
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. #