Geraldine’s Landscaping Service and Gerard’s Lawn Maintenance are merging their businesses and want to merge their customer files. Each file contains a customer number, last name, address, and property area in square feet, and each file is in customer number order. Design the logic for a program that merges the two files into one file containing all customers. Assume there are no identical customer numbers.
On line 27 bool areBothAtEnd = "N"; The value of bools are true or false
On line 76 if (geraldineNum = END_NUM) The comparison operator is ==
same on line 78
Im not understanding why I cant get this program to run
There are many reasons.
Did you compile the program and fix the errors?
Did you understand what has been said so far? It does not look like you did.
Pseudocode is is just a guide line. Not the way the program should be written.
Some variables are not right and yo may still need more variables.
The best approach is to start small working on one part at a time. Compile often and fix errors and test as often as you need to to check if it works.
Creating multiple topics is not going to increase your responses or fix your problem quicker. It is more likely to divide peoples time and get confusing answers. Better to stick with your first topic.