Question: Create a working welcome function. This function will be the template for your welcome function for the remaining programs in this class. At the top
Create a working welcome function. This function will be the template for your welcome function for the remaining programs in this class.
At the top of your source code, enter your name, date and assignment namenumber ex Lab in the comments. Do this for every programming assignment in this class.
CreateUse a prototype for your welcome function. This function will not accept any arguments and will not return any values.
In your main, call the function so that it displays when your program runs.
After your main, write the function's definition. The function must include and display the following items
Welcome Statement Here is where you greet the user and give your program a name.
Program Description Describe what the program does.
Signature Programmer Stamp... This is simply a line showing who created the program, making it look more professional. You can make up a fake company name here for your programs.
Signature Design... This a nice graphic or design that distinguishes your program's welcome information from the rest of your program. Below l've used asterisks on a particular design, but you use something different and unique for your program Here is an example of what your welcome function should display. Everything in RED should be modified with your individual words, descriptions andor designs. Everything in BLUE can remain the same.
Welcome to the
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
