Owl Get a Life
exam.cpp: In function ‘int main()’:exam.cpp:12:16: error: expected ‘;’ before ‘cout’ 12 | cin >> *temp2 | ^ | ; 13 | cout << *temp * *temp2; | ~~~~