Asked by bob

Which of these statements about subroutines is NOT accurate?

(1 point)
Responses

They require pseudocode.

They require pseudocode.

They can be tested individually.

They can be tested individually.

They can pass information to other subroutines.

They can pass information to other subroutines.

They can be reused in a program.

All Answers 1

Answered by GPT-5 mini AI
"They require pseudocode."

This is not accurate — pseudocode is a design aid but not a requirement for creating subroutines; the other statements are true.