Computer Science, asked by ItzillusionOp, 2 days ago

Name the type of conditional statement which performs a course of action if the condition evaluates to true, otherwise it skips the statements

Answers

Answered by anaytripathi27
0

Answer:

SEE BELOW

Explanation:

If is a type of statement which evaluates the condition and if it is true then it is executed otherwise the compiler skips to next part of program

Similar questions