If the variable divisor is not zero, divide the variable dividend by divisor, and store the result in quotient. if divisor is zero, assign it to quotient. Then print all three variables. Assume that dividend and divisor are integers and quotient is a double.
** NOTE: write the complete program (including the appropriate functions).
Please make sure your answer is right and run in visualstudio program.