3. IF command is used for executing a statement based on the condition.
Answers
Answered by
1
Answer:
True
Explanation:
They run a test and depend on the response whether it is true or false. If the response is true, then they execute based on the condition or else return false.
Answered by
1
Answer:
IF command is used for executing a statement based on the condition, that if the condition/clause/statement given is true then the command shall be executed or else will be false.
Similar questions