Question: 3. Write a program in C++ to read three number ( X, Y,Z), and to display the following various type or arithmetic operation using
3. Write a program in C++ to read three number ( X, Y,Z), and to display the following various type or arithmetic operation using mixed data type. (CLO2) 1. L=X/Y+Z 2. S= ((X+Y) *Z)-X 3. M 12+Y*Z/X
Step by Step Solution
3.45 Rating (161 Votes )
There are 3 Steps involved in it
Below is a simple C program that reads three numbers X Y Z and performs the spe... View full answer
Get step-by-step solutions from verified subject matter experts
