ii) What exactly does the if statement do?
Answers
Answered by
0
Explanation:
if
statements are logical blocks used within programming. They're conditional statements that tell a computer what to do with certain information. ... A good way to think of the if statement is as a true or false question. They ask the program if something is true, and tell it what to do next based on the answer.
Answered by
0
If statements are logical blocks used within programming. They're conditional statements that tell a computer what to do with certain information. A good way to think of the if statement is as a true or false question. They ask the program if something is true, and tell it what to do next based on the answer.
Similar questions