what does the instruction X<-X+1 imply?
anupambd94:
For which labguage?
Answers
Answered by
0
thank you for asking the question !!!
This instruction is used as conditional statement. here the value of X would be less than or equal to X+1.
for example:
X=5
X+1=6
therefor:
X<- X+1
This instruction is used as conditional statement. here the value of X would be less than or equal to X+1.
for example:
X=5
X+1=6
therefor:
X<- X+1
Similar questions