Programming Project 3

For each of these programming assignments create a functions.h file containing your function headers and individual function.cpp files for each of your functions. iEach assignment will also require you to create a .cpp file containing the main function. For example, the first problem will have two program files called time1.cpp and time2.cpp. However, capitalize the first letter of the directory name, e.g., Time.

You must work on each problem in its own directory.

Remember to complete your designs first and then to carefully write these programs by following your design step by step.

If you have any questions, especially about what the program is supposed to do contact me.

Time

This problem will have two parts and you will create source code for each part (i.e. there are two programs to write) This first program is problem 2 on page 195, the cpp file should be called time1.cpp. This second program is problem 3 on page 195. the cpp file should be called time2.cpp.

Weight

This assignment has three parts. Part one is problem 9 on page 196. Part two is problem 10 on page 196. Part one is problem 11 on page 197.

Windchill

This program is problem 14 on page 197.