$24
For this HW, you will be revisiting past HWs and including a GUI.
Problem 1 (20 points)-UML Activity Diagram. Submit a file named Fish_UML
Create the UML activity diagram for Program 2 in Lecture 11.
Problem 2 (40 points)- Write a program. Submit a folder named Closet that contains the main function (in a file called closet_main.cpp) and any header files you include. Do not forget to include a makefile. AUTOMATIC 0 IF YOU CODE EVERYTHING IN closet_main.cpp)
Recreate program 3 from HW 1 using a GUI. This means the movement throughout the program should be through the GUI ONLY (not text based).
Problem 3 (40 points)- Write a program. Submit a folder named Money that contains the main function (in a file called money_main.cpp) and any header files you include. Do not forget to include a makefile. AUTOMATIC 0 IF YOU CODE EVERYTHING IN money_main.cpp)
Recreate program 2 from HW 2 using a GUI. This means the movement throughout the program should be through the GUI ONLY (not text based).