Page 1 of 1

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
by answerhappygod
The Following Code Will Not Compile Fix It By Inserting One Line Of Code Do Not Change Anything Else Hint Copy And P 1
The Following Code Will Not Compile Fix It By Inserting One Line Of Code Do Not Change Anything Else Hint Copy And P 1 (125.49 KiB) Viewed 42 times
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!";