0
Module 3 final quiz produces syntax Error
result is not accepted as the answer to move on
2 ответов
+ 2
What lesson? You need to report it in the lesson not as a question.
0
int a = 12; int b = 14;
int* pa = &a;
int* pb = &b;
cout << * pa ? * pb << endl;
? = <<
but, it's wrong