What is the best way to create a pseudocode plan within your program?

Use a flowchart in a file.

Use comments in IDLE.

Use comments in a file.

Use a flowchart in IDLE.

Respuesta :

Answer: B. Use comments in IDLE

Explanation: The question says to create it in your program, which I'm assuming is IDLE, which means that you can't create it in a separate file. Also flowcharts are only used for simple pseudocode, so using comments in IDLE is the best option.

Answer:

A.  Use comments in a file.

Explanation:

Correct answer edge 2020