Write a program to read value of W, X, Y and Z and displays the value of P, where p= w+x/y_z
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
#includeint main(){int w, x, y, z,p;cout<<"enter 4 numbers ";cin>>w>>x>>y>>z;p=w+x/y-z; cout<