asked 169k views
1 vote
which resource do programmers sometimes have to refer to and use during planning the logical steps of the solution

2 Answers

2 votes

The answer is pseudocode.

answered
User V V
by
9.0k points
2 votes
The answer would be pseudocode.

Pseudocode helps programs map out the logical pattern of how their program has to look. This means that by getting down the logical idea on how a program should look like, they will be able to implement this algorithm later on in the actual program. :)
answered
User Varian
by
8.4k points

No related questions found