I am providing the Pseudocode below and the C++ program in attachment. Need help correcting C++ program (compile):
Pseudocode:
start
Declarations
num idNumber
num dogAge
num dogWeight
num fee
string dogName
string dogBreed
num SMALL_FEE = 55
num MED_FEE = 75
num LARGE_FEE = 105
num XLARGE_FEE = 125
housekeeping()
detail()
finish()
stop
Attachment:- Project.rar