[code]So, not sure if my other post took since I tried to look for it and cannot find it but I'm a first time poster and just now saw how to enter code so I'm going to repeat myself:
I feel really dumb not being able to figure this out but in the pseudo code it says:
A-1-1-21) through A-1-1-24) Enter function header for private member function calculateCustomerParkingCharge and opening brace for function’s body
Now the private is already there so I'm not quote sure how I'm suppose to use up 4 lines on this like I think it should be void calculateCusomterParkingCharge() { but that is only one line......
there is a couple of of those in this program but normally it breaks it down by line and not 21 thru 24 etc.
<< awful formatted code snipped - see replies >>



1Likes
LinkBack URL
About LinkBacks



Remember that code is for humans to read, not computers, so use whatever whitespace you need to make the structure of the program clear to you.