Get the answers you need at Westonci.ca, where our expert community is always ready to help with accurate information. Get detailed answers to your questions from a community of experts dedicated to providing accurate information. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately.

Write the code to call/execute the following function

void printInfo()
{
cout << "Jared" << endl;
cout << "ITP100" << endl;
cout << "TCC" << endl;
}


Sagot :

tonb

Answer:

write a main() function and call your function.

Explanation:

See picture. Executed at replit.

View image tonb