this is my program which brings me syntax expression.,hel p me
Code:
#include<iostream.h>
#include<conio.h>
void main()
{
int x;
cout<<"enter number"<<endl;
cin>>x;
cout<<"number entered is:"<<endl;
getch();
}