Write and test a function that will print your name , course title,and homework
ID: 3614171 • Letter: W
Question
Write and test a function that will print your name , course title,and homework number in the following format:Joey Smith Engineering 101 Homework #5
Your name and the course title should be included within theoutput statements; the homework number is an input parameter.Assume that the function prototype is
void header(int hw_number);
Joey Smith Engineering 101 Homework #5
Your name and the course title should be included within theoutput statements; the homework number is an input parameter.Assume that the function prototype is
void header(int hw_number);
Explanation / Answer
please rate - thanks #include using namespace std; void header(int hw_number); int main() {int HW=5; header(HW); system("pause"); return 0; } void header(int hw_number) {coutRelated Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.