#include<iostream>
#include<conio.h>
using namespace std;
int main()
{
float w,x,y,z,p;
cout<<endl<<endl;
cout<<"*****************************************************************************";
cout<<endl<<endl;
cout<<"ENTER VALUES OF-"<<endl<<"w:"<<endl;
cin>>w;
cout<<"x:"<<endl;
cin>>x;
cout<<"y:"<<endl;
cin>>y;
cout<<"z:"<<endl;
cin>>z;
p=(w+x)/(y-z);
cout<<"(w+x)/(y-z)"<<endl;
cout<<"VALUE OF ABOVE EXPRESSION:"<<p;
cout<<"\n*****************************************************************************";
getch();
return 0;
}

USERS VISITED
http://www.hitwebcounter.com/