1 Like
Cannot be used in a switch statement
Answered By
Rewrite the following statement using if-else:
commission=(sale > 5000) ? sale*10/100 : 0;