The following code will not compile. Fix it by inserting one line of code. Do not change anything else. Hint: copy and p
Posted: Thu Jul 14, 2022 2:19 pm
The following code will not compile. Fix it by inserting one line of code. Do not change anything else. Hint: copy and paste the code below into your answer box, then make the required addition. Also include a comment indicating the line of code that you inserted, and why that line of code is required. #include using namespace std; int main() \{ cout < "The word of the day is: "; sayWord (); return 0; \} void sayWord() \{ cout ≪ "WORD!";