Free Essay

Create a Program to Calculate Total Usable Area of a Four Bedroom House

In:

Submitted By lunalovelygood
Words 905
Pages 4
Description: This program will calculate the usable area in square feet of a four bedroom house.
Analysis: In building this program, I need it to efficiently calculate the total usable area of an entire four bedroom house. In order to do this, the program first needs to calculate the dimensions of each room. Once it has found the total area for each room, the program can then add the four room dimensions to arrive at the total usable area for the entire house. The calculations should look like this:
Total usable area = (l*w) + (l*w) + (l*w) + (l*w) Rm. 1 Rm. 2 Rm. 3 Rm. 4
When I first started planning this program, I gave the room variables the names living_room, kitchen, bedroom1, and bedroom2. However, it became confusing trying to match these variables with the names of the dimension variables. Instead, I gave each room a number and the dimension variables have a corresponding number (for example, room1, length1, width1 and room2, length2, width2).
Variables:
* room1: total usable area of room number one * length1: length of room number one * width1: width of room number one * room2: total usable area of room number two * length2: length of room number two * width2: width of room number two * room3: total usable area of room number three * length3: length of room number three * width3: width of room number three * room4: total usable area of room number four * length4: length of room number four * width4: width of room number four * total_house: total usable area of the four bedroom house
Test Plan Test Case Number | Input | Output | Pass/Fail | #1 | room1: length=18’ width=11’;room2: length=15’ width=17’;room3: length=13’ width=11’;room4: length=21’ width=14’ | 890 sq. ft. | Pass | #2 | room1: length=15’ width=13’;room2: length= 8’ width=10’;room3: length=14’ width=14’;room4: length=10’ width=12’ | 591 sq. ft. | Pass | #3 | room1: length=20’ width=17’;room2: length=10’ width= 9’;room3: length= 8’ width=12’;room4: length=13’ width=15’ | 721 sq. ft. | Pass | #4 | room1: length=25’ width=15’;room2: length=13’ width=17’;room3: length=17’ width=19’;room4: length=18’ width=20’ | 1,279 sq. ft. | Pass | #5 | room1: length a=35’ length b=20’ width=15’;room2: length a=25’ length b=40’ width=15’;room3: length a=27’ length b=37’ width=25’;room4: length a=33’ length b=23’ width=25’ | 2400 sq. ft. | Fail – As it is currently written, this program cannot handle rooms that have irregular dimensions, such as parallel walls with different lengths or widths. |

Pseudocode
Input length1
Input width1
Input length2
Input width2
Input length3
Input width3
Input length4
Input width4

//type in expressions to calculate rooms 1-4 total usable area
Set room1 = (length1*width1)
Set room2 = (length2*width2)
Set room3 = (length3*width3)
Set room4 = (length4*width4)
//type in expression to calculate total usable area of entire house
Set total_house = room1 + room2 + room3 + room4

Output total_house
Execute

Test Case #1
Input length1 – 18
Input width1 – 11
Input length2 – 15
Input width2 – 17
Input length3 – 13
Input width3 – 11
Input length4 – 21
Input width4 – 14

//type in expressions to calculate rooms 1-4 total usable area * Set room1 = (18*11) * Set room2 = (15*17) * Set room3 = (13*11) * Set room4 = (21*14)
//type in expression to calculate total usable area of entire house * Set total_house = 198 + 255 + 143 + 294

Output 890 square feet

Test Case #2
Input length1 – 15
Input width1 – 13
Input length2 – 8
Input width2 – 10
Input length3 – 14
Input width3 – 14
Input length4 – 10
Input width4 – 12

//type in expressions to calculate rooms 1-4 total usable area * Set room1 = (15*13) * Set room2 = (8*10) * Set room3 = (14*14) * Set room4 = (10*12)
//type in expression to calculate total usable area of entire house * Set total_house = 195 + 80 + 196 + 120

Output 591 square feet

Test Case #3
Input length1 – 20
Input width1 – 17
Input length2 – 10
Input width2 – 9
Input length3 – 8
Input width3 – 12
Input length4 – 13
Input width4 – 15

//type in expressions to calculate rooms 1-4 total usable area * Set room1 = (20*17) * Set room2 = (10*9) * Set room3 = (8*12) * Set room4 = (13*15)
//type in expression to calculate total usable area of entire house * Set total_house = 340 + 90 + 96 + 195

Output 721 square feet

Test Case #4
Input length1 – 25
Input width1 – 15
Input length2 – 13
Input width2 – 17
Input length3 – 17
Input width3 – 19
Input length4 – 18
Input width4 – 20

//type in expressions to calculate rooms 1-4 total usable area * Set room1 = (25*15) * Set room2 = (13*17) * Set room3 = (17*19) * Set room4 = (18*20)
//type in expression to calculate total usable area of entire house * Set total_house = 375 + 221 + 323 + 360

Output 1,279 square feet

Test Case #5
Input length1a – 35
Input length1b – 20
Input width1 – 15
Input length2a – 25
Input length2b – 40
Input width2 – 15
Input length3a – 27
Input length3b – 37
Input width3 – 25
Input length4a – 33
Input length4b – 23
Input width4 – 25

//type in expressions to calculate rooms 1-4 total usable area * There is no way of entering in this data correctly
Set room1 = (length1*width1) * Set room2 = (length2*width2) * Set room3 = (length3*width3) * Set room4 = (length4*width4)
//type in expression to calculate total usable area of entire house * Set total_house = room1 + room2 + room3 + room 4

Output ???? square feet

Similar Documents

Premium Essay

Real Estate Finance Textbook

...Real Estate Development and Investment Founded in 1807, John Wiley & Sons is the oldest independent publishing company in the United States. With offices in North America, Europe, Australia and Asia, Wiley is globally committed to developing and marketing print and electronic products and services for our customers’ professional and personal knowledge and understanding. The Wiley Finance series contains books written specifically for finance and investment professionals as well as sophisticated individual investors and their financial advisors. Book topics range from portfolio management to e-commerce, risk management, financial engineering, valuation and financial instrument analysis, as well as much more. For a list of available titles, please visit our Web site at www.Wiley Finance.com. Real Estate Development and Investment A Comprehensive Approach STEPHEN P. PECA John Wiley & Sons, Inc. Copyright # 2009 by Stephen P. Peca. All rights reserved. Published by John Wiley & Sons, Inc., Hoboken, New Jersey. Published simultaneously in Canada. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning, or otherwise, except as permitted under Section 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance...

Words: 80543 - Pages: 323

Premium Essay

Research

...Australia • Brazil • Japan • Korea • Mexico • Singapore • Spain • United Kingdom • United States SEVENTH EDITION Data Communications and Computer Networks A Business User’s Approach Curt M. White DePaul University Australia • Brazil • Japan • Korea • Mexico • Singapore • Spain • United Kingdom • United States Data Communications and Computer Networks: A Business User’s Approach, Seventh Edition Curt M. White Editor-In-Chief: Joe Sabatino Senior Acquisitions Editor: Charles McCormick, Jr. Senior Product Manager: Kate Mason Editorial Assistant: Courtney Bavaro Marketing Director: Keri Witman Marketing Manager: Adam Marsh Senior Marketing Communications Manager: Libby Shipp Marketing Coordinator: Suellen Ruttkay Media Editor: Chris Valentine Art and Cover Direction, Production Management, and Composition: PreMediaGlobal Cover Credit: © Masterfile Royalty Free Manufacturing Coordinator: Julio Esperas © 2013 Course Technology, Cengage Learning ALL RIGHTS RESERVED. No part of this work covered by the copyright herein may be reproduced, transmitted, stored or used in any form or by any means—graphic, electronic, or mechanical, including but not limited to photocopying, recording, scanning, digitizing, taping, Web distribution, information networks, or information storage and retrieval systems, except as permitted under Section 107 or 108 of the 1976 United States Copyright Act—without the prior written permission of the publisher. For product information and technology assistance...

Words: 234459 - Pages: 938

Premium Essay

Ca Exam Prep

...California EXAM PREP The SMART Guide to Passing Kor Real Estate California Real Estate Exam Prep: The SMART Guide to Passing Cengage Learning Vice President/Editor-in-Chief: Dave Shaut Executive Editor: Scott Person Acquisitions Editor: Sara Glassmeyer Senior Marketing Manager: Mark Linton Manager of Technology, Editorial: John Barans Frontlist Buyer, Manufacturing: Kevin Kluck Art Director: Bethany Casey Content Project Manager: D. Jean Buttrom Production Service: Pre-Press/PMG-India Cover Designer: Pop Design Works, www.popdesignworks.com Cover Images: © Getty Images © 2009 Cengage Learning ALL RIGHTS RESERVED. No part of this work covered by the copyright hereon may be reproduced or used in any form or by any means—graphic, electronic, or mechanical, including photocopying, recording, taping, Web distribution, information storage and retrieval systems, or in any other manner—except as may be permitted by the license terms herein. For product information and technology assistance, contact us at Cengage Learning Customer & Sales Support, 1-800-354-9706 For permission to use material from this text or product, submit all requests online at www.cengage.com/permissions Further permissions questions can be emailed to permissionrequest@cengage.com Library of Congress Control Number: 2008926512 Student Edition ISBN 13: 978-0-324-64498-2 Student Edition ISBN 10: 0-324-64498-1 Student Edition with CD ISBN 13: 978-0-324-64497-5 Student Edition with CD ISBN 10: 0-324-64497-3...

Words: 64373 - Pages: 258

Premium Essay

Buisness Ideas

...101 Small Business Ideas for Under $5,000 Corey Sandler Janice Keefe John Wiley & Sons, Inc. 101 Small Business Ideas for Under $5,000 Corey Sandler Janice Keefe John Wiley & Sons, Inc. This book is printed on acid-free paper. ● ∞ Copyright © 2005 by Word Association, Inc. All rights reserved. Published by John Wiley & Sons, Inc., Hoboken, New Jersey. Published simultaneously in Canada. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning, or otherwise, except as permitted under Section 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, Inc., 222 Rosewood Drive, Danvers, MA 01923, (978) 750-8400, fax (978) 646-8600, or on the web at www.copyright.com. Requests to the Publisher for permission should be addressed to the Permissions Department, John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030, (201) 748-6011, fax (201) 748-6008. Limit of Liability/Disclaimer of Warranty: While the publisher and author have used their best efforts in preparing this book, they make no representations or warranties with respect to the accuracy or completeness of the contents of this book and specifically disclaim any implied warranties of merchantability or fitness for a particular purpose...

Words: 90587 - Pages: 363

Premium Essay

Essentials of Systems Analysis and Design

...This page intentionally left blank Download at www.Pin5i.Com Essentials of Systems Analysis and Design Download at www.Pin5i.Com Editorial Director: Sally Yagan Editor in Chief: Eric Svendsen Executive Editor: Bob Horan Editorial Assistant: Ashlee Bradbury Director of Marketing: Patrice Lumumba Jones Executive Marketing Manager: Anne Fahlgren Senior Managing Editor: Judy Leale Production Project Manager: Kelly Warsak Senior Operations Supervisor: Arnold Vila Operations Specialist: Cathleen Petersen Creative Director: Blair Brown Senior Art Director/Design Supervisor: Janet Slowik Text Designer: Michael Fruhbeis Creative Director/Cover: Jayne Conte Cover Designer: Suzanne Duda Cover Art: Fotolia/3d mosaic/©Redshinestudio Manager, Rights and Permissions: Hessa Albader Media Project Manager: Lisa Rinaldi Media Editor: Denise Vaughn Full-Service Project Management: Tiffany Timmerman/S4Carlisle Publishing Services Composition: S4Carlisle Publishing Services Printer/Binder: Courier/Kendallville Cover Printer: Lehigh-Phoenix Color/Hagerstown Text Font: ITCCentury Book Credits and acknowledgments borrowed from other sources and reproduced, with permission, in this textbook appear on appropriate page within text. Microsoft® and Windows® are registered trademarks of the Microsoft Corporation in the U.S.A. and other countries. Screen shots and icons reprinted with permission from the Microsoft Corporation. This book is not sponsored or endorsed by or affiliated with the Microsoft...

Words: 179288 - Pages: 718

Free Essay

Spa & Wellness Industry

...http://www.nckvietnam.com Understanding the Global Spa Industry http://www.nckvietnam.com This page intentionally left blank http://www.nckvietnam.com Understanding the Global Spa Industry: Spa Management Marc Cohen and Gerard Bodeker AMSTERDAM • BOSTON • HEIDELBERG • LONDON • NEWYORK • OXFORD • PARIS • SAN DIEGO • SAN FRANCISCO • SINGAPORE • SYDNEY • TOKYO Butterworth-Heinemann is an imprint of Elsevier http://www.nckvietnam.com Butterworth-Heinemann is an imprint of Elsevier Linacre House, Jordan Hill, Oxford OX2 8DP, UK 30 Corporate Drive, Suite 400, Burlington, MA01803, USA First edition 2008 Copyright © 2008 Elsevier Ltd. All rights reserved No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means electronic, mechanical, photocopying, recording or otherwise without the prior written permission of the publisher Permissions may be sought directly from Elsevier’s Science & Technology Rights Department in Oxford, UK: phone ( 44) (0) 1865 843830; fax ( 44) (0) 1865 853333; email: permissions@elsevier.com. Alternatively you can submit your request online by visiting the Elsevier web site at http:/ /elsevier.com/locate/permissions, and selecting Obtaining permission to use Elsevier material Notice No responsibility is assumed by the publisher for any injury and/or damage to persons or property as a matter of products liability, negligence or otherwise, or from any use or operation of any...

Words: 153860 - Pages: 616

Premium Essay

Project Managment

...Includes Over Two Hours of Bonus Audio on the CD Includes Real-World Scenarios and Leading-Edge Exam Prep Software Featuring: Updated for the Project Management Body of Knowledge (PMBOK® Guide), Fourth Edition • Custom Test Engine • Hundreds of Sample Questions • Chapter Review in Audio Format • Electronic Flashcards • Entire Book in PDF PMP Fifth Edition SERIOUS SKILLS. ® Project Management Professional Exam STUDY GUIDE Kim Heldman Project Management Professional Exam Study Guide Fifth Edition PMP ® Project Management Professional Exam Study Guide Fifth Edition PMP ® Kim Heldman Acquisitions Editor: Jeff Kellum Development Editor: Alexa Murphy Technical Editors: Terri Wagner and Brett Feddersen Production Editor: Christine O’Connor Copy Editor: Judy Flynn Production Manager: Tim Tate Vice President and Executive Group Publisher: Richard Swadley Vice President and Publisher: Neil Edde Project Manager 1: Laura Moss-Hollister Associate Producer: Angie Denny Quality Assurance: Josh Frank Book Designers: Judy Fung, Bill Gibson Compositor: Craig Woods, Happenstance Type-O-Rama Proofreader: Publication Services, Inc. Indexer: Nancy Guenther Project Coordinator, Cover: Lynsey Stanford Cover Designer: Ryan Sneed Copyright © 2009 by Wiley Publishing, Inc., Indianapolis, Indiana Published simultaneously in Canada ISBN: 978-0-470-45558-6 No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form...

Words: 241705 - Pages: 967

Free Essay

Industrial Engineering

...McGraw-Hill Create™ Review Copy for Instructor Espinoza. Not for distribution. Course BBE 4505 Omar Espinoza University Of Minnesota NATURAL RESOURCES McGraw-Hill Create™ Review Copy for Instructor Espinoza. Not for distribution. http://create.mcgraw-hill.com Copyright 2012 by The McGraw-Hill Companies, Inc. All rights reserved. Printed in the United States of America. Except as permitted under the United States Copyright Act of 1976, no part of this publication may be reproduced or distributed in any form or by any means, or stored in a database or retrieval system, without prior written permission of the publisher. This McGraw-Hill Create text may include materials submitted to McGraw-Hill for publication by the instructor of this course. The instructor is solely responsible for the editorial content of such materials. Instructors retain copyright of these additional materials. ISBN-10: 1121789048 ISBN-13: 9781121789043 McGraw-Hill Create™ Review Copy for Instructor Espinoza. Not for distribution. Contents 1. Preface 1 2. Methods, Standards, and Work Design: Introduction 7 Problem-Solving Tools 27 3. Tex 29 4. Operation Analysis 79 5. Manual Work Design 133 6. Workplace, Equipment, and Tool Design 185 7. Work Environment Design 239 8. Design of Cognitive Work 281 9. Workplace and Systems Safety 327 10. Proposed Method Implementation 379 11. Time Study 413 12. Performance Rating and Allowances 447 13. Standard Data and Formulas 485 14. Predetermined Time Systems 507...

Words: 294686 - Pages: 1179

Free Essay

Pathfinders Honor Book 2014 (Gc)

...reserved. Published 2014 First edition published 1998. Second edition 2011. Third edition 2014 Rights for publishing this book outside the U.S.A. or in non-English languages are administered by the Youth Ministries Department of the Seventh-day Adventist® Church. For additional information, please visit our website, www.gcyouthministries. org, email youthinfo@gc.adventist.org, or write to Youth Ministries Department, General Conference of Seventh-day Adventists® Church, 12501 Old Columbia Pike, Silver Spring, MD 20904, U.S.A. Cover and inside design by Jonatan Tejel Printed in the United States of America -4- Table of Contents Philosophy of the Pathfinder Honors 6 Introduction 7 Guidelines for Participating in the Pathfinder Honor Program 8 Advanced Honors: A Glimpse Toward the Future 8 Check List for Evaluating New Pathfinder Honors 9 Approval Procedure for a New Pathfinder Honor 10 Instructions for Completing New Honor Worksheet 10 Worksheet for developing new...

Words: 98832 - Pages: 396

Premium Essay

Marketing Real People, Real Choices

...c MARKETING 7E People real Choices This page intentionally left blank MARKETING 7E People real Choices Michael R. SAINT JOSEPH S SOLOMON ’ U OLLINS NIVERSITY Greg W. MARSHALL R C STUART OLLEGE Elnora W. THE UNIVERSITY OF SOUTH CAROLINA UPSTATE Prentice Hall Boston Columbus Indianapolis New York San Francisco Upper Saddle River Amsterdam Cape Town Dubai London Madrid Milan Munich Paris Montreal Toronto Delhi Mexico City Sao Paulo Sydney Hong Kong Seoul Singapore Taipei Tokyo Editorial Director: Sally Yagan Editor in Chief: Eric Svendsen Acquisitions Editor: Melissa Sabella Director of Editorial Services: Ashley Santora Editorial Project Manager: Kierra Bloom Editorial Assistant: Elisabeth Scarpa Director of Marketing: Patrice Lumumba Jones Senior Marketing Manager: Anne Fahlgren Marketing Assistant: Melinda Jensen Senior Managing Editor: Judy Leale Project Manager: Becca Richter Senior Operations Supervisor: Arnold Vila Creative Director: Jon Christiana Senior Art Director: Blair Brown Text and Cover Designer: Blair Brown Media Project Manager, Production: Lisa Rinaldi Media Project Manager, Editorial: Denise Vaughn Full-Service Project Management: S4Carlisle Publishing Services Composition: S4Carlisle Publishing Services Printer/Bindery: Courier/Kendalville Cover Printer: Courier/Kendalville Text Font: Palatino Credits and acknowledgments borrowed from other sources and reproduced, with permission, in this textbook...

Words: 227255 - Pages: 910

Premium Essay

Prince2 Manual

...The PRINCE2® Practitioner Training Manual A common sense approach to learning and understanding PRINCE2 Version 1.0i (Check latest version) Covers the PRINCE2 Practitioner syllabus Link to PRINCE2 Foundation Self Study guide Link to PRINCE2 Practitioner Self Study guide Sample By Frank Turley, The PRINCE2 Coach MgmtPlaza – Affiliate of TAG Practitioner Level The PRINCE2® Practitioner Training Manual ii The PRINCE2® Practitioner Training Manual Thank you for reading our PRINCE2 Training Manual. The main objective of this book is to provide an easy-to-read and easy-to-understand PRINCE2® manual. The idea for this book came from the questions I received from people trying to learn PRINCE2 and after reading the official PRINCE2 manual “Managing Successful Projects with PRINCE2”. The official PRINCE2 Manual for the Project Manager is an excellent reference manual but can be rather difficult to pick up and read if you are new to both project management and PRINCE2. So this book is meant to be – and is – an easy introduction to PRINCE2 and is quickly becoming the most read book for people wishing to learn about PRINCE2 and prepare for Foundation Exam and Practitioner Exam. Feedback: We welcome any feedback (suggests to improve or corrections), Feedback The Swirl logo™ is a Trademark of the Office of Government Commerce PRINCE2 ® is a Registered Trademark of the Office of Government Commerce in the United Kingdom and other countries Free PRINCE2Self...

Words: 108152 - Pages: 433

Free Essay

To Be or Not to Be

... INTRODUCTION This part of your program is based on the textbook, Modern Plumbing. It’s divided into 16 assignments; each assignment covers a specific area of the plumbing trade. The study material for this part of your program consists of 1. Your textbook, Modern Plumbing. It contains the assigned readings and review exercises at the end of each unit. These are assigned as self-check exercises. 2. This study guide, which contains the following features: I Instructions Instructions An assignment page that lists all of the reading assignments for your textbook Introductions to your lessons Listings of the self-check tests you should complete as part of each assignment Answers to the self-check exercises The examinations for each lesson I I I I As you now know, your textbook is covered by the reading assignments in this guide. Your textbook, Modern Plumbing, is the heart of this program. It’s very important that you read the material in the text and study it until you’re completely familiar with it. This is the material on which your examinations will be based. Each chapter begins with a list of learning objectives. Read through the learning objectives so that you’ll know what to expect when you read through the chapter. After you complete each chapter, you can use the list of learning objectives to review the important points of the chapter. 1 A STUDY PLAN We’ve divided the contents of your textbook, Modern Plumbing, into four...

Words: 26383 - Pages: 106

Premium Essay

Strategy Management

...CONNECT FEATURES Interactive Applications Interactive Applications offer a variety of automatically graded exercises that require students to apply key concepts. Whether the assignment includes a click and drag, video case, or decision generator, these applications provide instant feedback and progress tracking for students and detailed results for the instructor. Case Exercises The Connect platform also includes author-developed case exercises for all 12 cases in this edition that require students to work through answers to assignment questions for each case. These exercises have multiple components and can include: calculating assorted financial ratios to assess a company’s financial performance and balance sheet strength, identifying a company’s strategy, doing five-forces and driving-forces analysis, doing a SWOT analysis, and recommending actions to improve company performance. The content of these case exercises is tailored to match the circumstances presented in each case, calling upon students to do whatever strategic thinking and strategic analysis is called for to arrive at a pragmatic, analysis-based action recommendation for improving company performance. eBook Connect Plus includes a media-rich eBook that allows you to share your notes with your students. Your students can insert and review their own notes, highlight the text, search for specific information, and interact with media resources. Using an eBook with Connect Plus gives your...

Words: 219639 - Pages: 879

Premium Essay

Marketing

...MARKETING 7E People real Choices This page intentionally left blank MARKETING 7E People real Choices Michael R. SAINT JOSEPH S SOLOMON ’ U OLLINS NIVERSITY Greg W. MARSHALL R C OLLEGE Elnora W. THE UNIVERSITY OF SOUTH CAROLINA UPSTATE STUART Prentice Hall Boston Columbus Indianapolis New York San Francisco Upper Saddle River Amsterdam Cape Town Dubai London Madrid Milan Munich Paris Montreal Toronto Delhi Mexico City Sao Paulo Sydney Hong Kong Seoul Singapore Taipei Tokyo Editorial Director: Sally Yagan Editor in Chief: Eric Svendsen Acquisitions Editor: Melissa Sabella Director of Editorial Services: Ashley Santora Editorial Project Manager: Kierra Bloom Editorial Assistant: Elisabeth Scarpa Director of Marketing: Patrice Lumumba Jones Senior Marketing Manager: Anne Fahlgren Marketing Assistant: Melinda Jensen Senior Managing Editor: Judy Leale Project Manager: Becca Richter Senior Operations Supervisor: Arnold Vila Creative Director: Jon Christiana Senior Art Director: Blair Brown Text and Cover Designer: Blair Brown Media Project Manager, Production: Lisa Rinaldi Media Project Manager, Editorial: Denise Vaughn Full-Service Project Management: S4Carlisle Publishing Services Composition: S4Carlisle Publishing Services Printer/Bindery: Courier/Kendalville Cover Printer: Courier/Kendalville Text Font: Palatino Credits and acknowledgments borrowed from other sources and reproduced, with permission, in this textbook appear on appropriate page within text. Microsoft®...

Words: 160652 - Pages: 643

Premium Essay

Marketing

...MARKETING 7E People real Choices This page intentionally left blank MARKETING 7E People real Choices Michael R. SAINT JOSEPH S SOLOMON ’ U OLLINS NIVERSITY Greg W. MARSHALL R C OLLEGE Elnora W. THE UNIVERSITY OF SOUTH CAROLINA UPSTATE STUART Prentice Hall Boston Columbus Indianapolis New York San Francisco Upper Saddle River Amsterdam Cape Town Dubai London Madrid Milan Munich Paris Montreal Toronto Delhi Mexico City Sao Paulo Sydney Hong Kong Seoul Singapore Taipei Tokyo Editorial Director: Sally Yagan Editor in Chief: Eric Svendsen Acquisitions Editor: Melissa Sabella Director of Editorial Services: Ashley Santora Editorial Project Manager: Kierra Bloom Editorial Assistant: Elisabeth Scarpa Director of Marketing: Patrice Lumumba Jones Senior Marketing Manager: Anne Fahlgren Marketing Assistant: Melinda Jensen Senior Managing Editor: Judy Leale Project Manager: Becca Richter Senior Operations Supervisor: Arnold Vila Creative Director: Jon Christiana Senior Art Director: Blair Brown Text and Cover Designer: Blair Brown Media Project Manager, Production: Lisa Rinaldi Media Project Manager, Editorial: Denise Vaughn Full-Service Project Management: S4Carlisle Publishing Services Composition: S4Carlisle Publishing Services Printer/Bindery: Courier/Kendalville Cover Printer: Courier/Kendalville Text Font: Palatino Credits and acknowledgments borrowed from other sources and reproduced, with permission, in this textbook appear on appropriate page within text. Microsoft®...

Words: 160652 - Pages: 643