Blazing goIITian
#include<iostream.h>#include<conio.h>void main(){
#include<conio.h>
void main()
{
int w,x,y,z;
double p;
cout<<"enter the values ";
cin>>w>>x>>y>>z;
p= w+x/y-z;
cout<<"the answer is"<<p;
getch();
}