00:01
Hello student, here is the code for the homework .fung cpp file code.
00:06
So here what we have to do, we have to write the program and we have to write the display message function.
00:15
So its name is disp message msg.
00:19
So the main function should prompt the user as usual the number of the times he or she wishes to remind it to do his or her homework.
00:24
But then the value should be passed as an argument to the display message function and display message function must have a formal parameter type int and it doesn't need to return anything.
00:35
So its type is void.
00:37
So here i have done this program in c++.
00:40
So here i have included the file and here using namespace standard.
00:44
So here this is the display function dis msg.
00:48
So here its argument is integer type.
00:51
So here i have taken the four loops because i have to print the message don't forget to do the homework and it will be printed every time in the next line.
01:02
That's why i have taken here the end line.
01:04
So according to integer the loop will be executed...