Explanatory Question
Rewrite the following program segment using the if..else statement:
comm = (sale > 15000)? sale * 5 / 100 : 0;
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.