#include iostream using namespace std;int main() { int n; n =67; (n % 2 == 0) ? cout n " is even." : cout n " is odd."; return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login