Pseudocode doubt

sir, can we use for loop also in pseudo code :
[for…endfor] just like while loop
[while …do…endwhile]

Hey @aaliyah_beg
Yes u can do that :slight_smile:

sir, also brackets aren’t allowed in pseudocode like the () of if and also enclosing brackets {}

Hey @aaliyah_beg
Actually psuedcode is very basic thing and no one will ask u about it , they are generally required to help u get started with understanding the logic and how program is running .
So it doesn’t matter what u are using in ur pseudocode as long as someone is able to understand the logic .

And I have seen brackets in psuedcode so u can surely use them as well :slight_smile:

okay , THANK YOU SIR.

1 Like