Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 7 - No. 36)
In a pseudocode assignment statement, what symbol typically represents the assignment operation?
=
:=
<-
->
Explanation
The '<-' symbol usually indicates the assignment in pseudocode.
Comments (0)
