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