Computer Science, asked by KAMILAGHA, 1 year ago

define IF...THEN statement with the help of a example

Answers

Answered by Jyk
65
If then else is a conditional statement through which we can specify a particular output if the condition is true.
Answered by AkshayaT
28

if,then, or else is a conditional statement we use for identifing the statement as true or false.....

example : If mark is >50,then FALSE

Similar questions