Fix the function call to make the code print the helloMessage string code.cpp* New 4 using namespace std; void message); 6 v // function declaration 8 int main) 9 void message) 12 13 14 return 0; 15 void message ()f 16 string helloMessage “Hello World” 18 19 cout<< helloMessage; 20 21 3 Show transcribed image text Fix the function call to make the code print the helloMessage string code.cpp* New 4 using namespace std; void
OR
OR