#include <iostream>
usingnamespace std;
int main ()
{
cout << "please type in any number to define whether it is odd or even" << endl;
cout << "If for some reason you cannot think" << endl;
int value;
cin >> value;
if(value / 2 = 0 && % = 0)
cout << "your number is even";
if(value / 2 = 0 && % != 0)
cout << "your number is odd";
if(value = 0)
cout << "your number is undefined, try a different number.";
}
i am getting errors for expected primary expression before %, =, and !=