what is the purpose of IF function? Explain with an example
please don't directly give the answer from go*gle
Answers
Answered by
1
Answer:
The IF function is a logical statement. If the first statement is false, then it will execute the second program / statement.
EXAMPLE (python) :
if ("2+2") = = 4
then(
print ("Correct!"))
else
print("Wrong")
Thnx and have a nice day!
✌(●'◡'●)
Similar questions
English,
2 months ago
Math,
2 months ago
Accountancy,
5 months ago
Computer Science,
5 months ago
Physics,
1 year ago
Math,
1 year ago