Which control flow statement is used to execute a block of code only if a certain condition is true?
switch
if
while
for

Software Development Exercises are loading ...