All parts of this homework must be completed before class begins on the due date listed in the syllabus. Homework is not a group activity, but instead each student must complete individual work. By completing your own work you will be sure that you understand the material. If you have questions e-mail your instructor or visit her during office hours. For the following problem statement you must complete a rewritten problem statement and a Defining Diagram. No hand written work will be accepted. An architects fee is calculated as a percentage of the cost of a building. The fee is made up as follows: 8% of the first $5000 of the cost of a building and 3% of the remainder if the remainder is less than or equal to $80,000 or 2.5% on the remainder if the remainder is more than $80,000. The architecture firm would like a tool that will calculate the architects fee based on the cost of a building. The architect will enter the employee ID and the cost of the building at the keyboard. The program should print out the employee ID, the cost of the building and also the architects fee. Use the following problem statementand defining diagram to create a flow chart and pseudo code for the solution. No hand written work will be accepted. Classic Reunions is a company that provides services for organizers of high school class reunions. The company needs a program that will determine the cost of a reunion event per person. The company is charging $200 per hour for renting its on-site party room, $350 for their house band for the evening, and $40 a plate for dinner. The user of the program will use the keyboard to enter the number of guests for the event and the length of the event in hours. The program should print out the complete information for the event including the number of guests, the length of the event, and cost per person for the event. For the following problem statement you must complete a rewritten problem statement, a defining Diagram, a flow chart, and the pseudo code. No hand written work will be accepted. A Doggie Day Care Center boards dogs. The Day Care charges $25 a day for dogs that weigh more than 50 pounds and $20 a day for smaller dogs. The Day Care can board a maximum of 8 dogs per day. The expenses for the Day Care include $2 per day per dog for food (no matter what size dog) and $30 per day for utilities. Create a program that will determine the total revenue collected for the day as well as the total expenses for the day. The output of the program should include the total number of dogs boarded for the day, the total revenue, the total expenses for the day, and the profit for the day.