Computer Science, asked by psingh49839, 3 months ago

ii) What exactly does the if statement do?​

Answers

Answered by Abhishek422472
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 harshika1217
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