Emad
2009-11-01 08:13:26 UTC
code I write is
#include
using namespace std;
int main ()
{
float x,y;
cout<<"Pls enter two numbers"<
int z;
float k;
if (x/2==z && y/2==z)
cout<
cout<
cout<
cout<<"None";
system("pause");
return 0;
}
something wrong with if statement