explain the IF statement in detail
Answers
Answered by
1
Answer:
An if statement is a programming conditional statement that, if proved true, performs a function or displays information. example For example, you want to print a message on the screen only when a condition is true then you can use if statement to accomplish this in programming.
Explanation:
Hope it helps plz mark as brainlist
Similar questions