Find the best solutions to your problems with the help of IDNLearn.com's expert users. Join our platform to receive prompt and accurate responses from experienced professionals in various fields.

Write the code to call/execute the following function

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