Pseudo Code
Jun 29, 2022
Pseudo code is often written with comments.
- Pseudo Code- Plain language description of the steps in an algorithm
- Comments — Code that is ignored by the compiler.
- To write a comment type // and your text will go green.
This is how we write comments. We are going to be implementing these comments as actual code next!