Owl Get a Life
scicom.cpp: In function ‘int main()’:scicom.cpp:6:16: error: expected ‘;’ before ‘cout’ 6 | cin >> name | ^ | ; 7 | cout << name << " silver"; | ~~~~