157k views
5 votes
What is the purpose of a set of curly braces { } in pseudocode?

1 Answer

5 votes

Answer:

Braces are used to signify a block of code. We look at the curly braces as a guide to where code starts and when it ends.

Step-by-step explanation:

User Skroll
by
5.1k points