81.8k views
3 votes
Write the code to call/execute the following function

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

User Dennis C
by
3.4k points

1 Answer

4 votes

Answer:

write a main() function and call your function.

Step-by-step explanation:

See picture. Executed at replit.

Write the code to call/execute the following function void printInfo() { cout &lt-example-1
User SteC
by
3.4k points