Question: Suppose salary and deductions are variables of type double that have been given values. Write an if-else statement that outputs the word "Crazy" if salary is less than deductions ; otherwise, it should output "OK" and set the variable net equal to salary minus deductions.