Pseudocode Flashcards
0
Q
Give an example of pseudocode.
A
Input num1
Input num2
Total:= num1 + num2
Output total
1
Q
What is pseudocode?
A
A language used to define algorithms that is close to both english and program code.