Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 11 - No. 8)

In pseudocode, what do you use to assign a value to an item/variable?
The = sign
The : sign
The <- sign
The * sign

Explanation

The <- sign assigns a value to an item/variable in pseudocode

Comments (0)

Advertisement