Owl Get a Life
scicom.cpp: In function ‘int main()’:scicom.cpp:7:33: error: expected ‘;’ before ‘return’ 7 | cout << name << " " << "Silver" | ^ | ; 8 | return 0; | ~~~~~~