This extension provides syntax highlighting for the pseudocode language as described by "Starting Out with Programming Logic and Design" Sixth Edition by Tony Gaddis, for Visual Studio Code. Designed ...
Pseudocode is not an actual programming language. Instead, it is a simple way of describing a set of instructions in a manner that resembles a programming language. It has its own syntax, some of ...
In pseudocode, INPUT asks a question. OUTPUT prints a message on screen. A simple program could be created to ask someone their name and age, and to make a comment based on these. This program ...