Calculate Area of Square and Circle
So in trying to compile this program, the compiler tells me "No such file or directory". What do you do in a situation like that? I have three source files and two header files. All my pages of code are in the code playground because I couldn't get the link to work! Any help would be appreciated! If you do help, could you please detail what I did wrong and how the correction was made? I want to make sure I know what mistakes I made and how to correct them if I encounter such error in the future. Thank you and much appreciate it! CalculateSquare: https://code.sololearn.com/cv4ubFE3BPRZ/#cpp CalculateSquareHeader: https://code.sololearn.com/czvGVAqmbbIy/#cpp Calculate Circle: https://code.sololearn.com/cg26foZCJ2AQ/#cpp Calculate Circle Header: https://code.sololearn.com/cRSzRSAxXArs/#cpp Calculate Area: https://code.sololearn.com/cXx6d52HNlqW/#cpp