what is the conditional statement explain its working with an example
Answers
Answered by
1
here's your answer...
Attachments:
Answered by
0
It is sometimes referred to as an If-Then statement, because IF a condition is met, THEN an action is performed. ... For example, consider the following textual example of a conditional statement. IF a value is less than 10, THEN display the words "Value is less than 10" on the screen
Similar questions