An Integer in pseudocode is an int and is only a whole number.
A real (or float) in pseudocode is a real (float) and it is numbers that have a decimal part.
A Boolean in pseudocode is bool and it can only take one of two values, usually true or false.
A Character in pseudocode is char and it is a single letter, number or symbol.
A String in pseudocode is a string and it is used to represent text, it is a collection of characters.
Comments
No comments have yet been made