For example, if the program is called prob7:
$ prob7 -p 3 Hello World from 17086 Hello World from 17087 Hello World from 17088 $ export GREETING="Hi there" $ prob7 -p 3 Hi there from 17093 Hi there from 17094 Hi there from 17095You do not need to provide headers, but you should comment on each segment describing what you are accomplishing. If you do not know how to accomplish one portion of the problem provide a comment describing what the portion should accomplish.