Computer Science, asked by gdbavesh, 1 month ago

if" statement is a conditional statement, if a condition is proved true, it performs a function or displays information.

Answers

Answered by AdvikM
1

Answer:

Your ansewr

Explanation:

An if statement is a programming conditional statement that, if proved true, performs a function or displays information. Below is a general example of an if statement, not specific to any particular programming language.

Similar questions