Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 2 - No. 40)
What is the value of the variable 'Amount' after the assignment statement: Amount <- 100?
10
100
1000
0
Explanation
The variable will be assigned to the value on the right-hand side of the <-.
Comments (0)
