Module 3 final quiz produces syntax Error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Module 3 final quiz produces syntax Error

result is not accepted as the answer to move on

9th Jan 2018, 11:14 PM
Mike
2 Answers
+ 2
What lesson? You need to report it in the lesson not as a question.
10th Jan 2018, 6:23 PM
Ole113
Ole113 - avatar
0
int a = 12; int b = 14; int* pa = &a; int* pb = &b; cout << * pa ? * pb << endl; ? = << but, it's wrong
5th Dec 2020, 2:44 AM
Hafiz Ramadhan
Hafiz Ramadhan - avatar