Not gonna give you too much help with your coursework, but I will say that there is (afaik) no function for *Printing* an environment variable per se, but there is a standard library function that can *Get* an environment variable, which you can then use printf to output to the console...