Computer Science, asked by canady, 1 year ago

explain the if -else command by taking an example(kturtle)

Answers

Answered by ErSohailJaved
6
if else means it is a block in a computer programming that if the condition is true then the execution of IF will be there and the condition of it will be false then there will be execution of ELSE statement.
Similar questions