question # 2\nmultiple choice\nwhat is the best way to create a pseudocode plan within your program?\nuse a…

question # 2\nmultiple choice\nwhat is the best way to create a pseudocode plan within your program?\nuse a flowchart in idle.\nuse comments in a file.\nuse comments in idle.\nuse a flowchart in a file.

question # 2\nmultiple choice\nwhat is the best way to create a pseudocode plan within your program?\nuse a flowchart in idle.\nuse comments in a file.\nuse comments in idle.\nuse a flowchart in a file.

Answer

Brief Explanations:

Pseudocode is an informal high - level description of the operating principle of a computer program or other algorithm. Comments in a file are a common and effective way to write pseudocode as they can be directly integrated with the code structure. Flowcharts are more visual and not the same as pseudocode. Using comments in IDLE is similar to using them in a file but the focus is on the file where the code is saved long - term.

Answer:

Use comments in a file.