Im very new to programming and i have to write a code to convert centimeters to yards feet and inches i have the code wrtten up and keep getting 2 errors saying im missing a ; before << but im not sure why help please
#include <iostream> //For cin and cout
using namespace std;
//The next two lines stop the Command Prompt window from closing
//until the user presses a key, including Enter.
cout << "Press any key to exit." << endl;