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
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