100% found this document useful (4 votes)
21 views

Access the entire Solution Manual for Problem Solving with C++ 10th Edition Savitch instantly with a one-click PDF download.

The document provides information about various solution manuals and test banks available for C++ programming textbooks at testbankbell.com. It includes links to specific manuals for different editions of 'Problem Solving with C++' and related subjects, along with a brief overview of the content and structure of the instructor's resource manual. The manual serves as a guide for instructors, offering solutions to programming projects, chapter outlines, and teaching suggestions.

Uploaded by

ievosdakura
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (4 votes)
21 views

Access the entire Solution Manual for Problem Solving with C++ 10th Edition Savitch instantly with a one-click PDF download.

The document provides information about various solution manuals and test banks available for C++ programming textbooks at testbankbell.com. It includes links to specific manuals for different editions of 'Problem Solving with C++' and related subjects, along with a brief overview of the content and structure of the instructor's resource manual. The manual serves as a guide for instructors, offering solutions to programming projects, chapter outlines, and teaching suggestions.

Uploaded by

ievosdakura
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 34

Find the Best Study Materials and Full Test Bank downloads at testbankbell.

com

Solution Manual for Problem Solving with C++ 10th


Edition Savitch

http://testbankbell.com/product/solution-manual-for-problem-
solving-with-c-10th-edition-savitch/

OR CLICK HERE

DOWLOAD NOW

Explore extensive Test Banks for all subjects on testbankbell.com


Instant digital products (PDF, ePub, MOBI) ready for you
Download now and discover formats that fit your needs...

Start reading on any device today!

Solution Manual for Data Abstraction and Problem Solving


with C++: Walls and Mirrors 7th EditionCarrano

https://testbankbell.com/product/solution-manual-for-data-abstraction-
and-problem-solving-with-c-walls-and-mirrors-7th-editioncarrano/

testbankbell.com

Solution Manual for Data Abstraction & Problem Solving


with C++: Walls and Mirrors, 6/E, Frank M. Carrano Timothy
Henry
https://testbankbell.com/product/solution-manual-for-data-abstraction-
problem-solving-with-c-walls-and-mirrors-6-e-frank-m-carrano-timothy-
henry/
testbankbell.com

Solution Manual for Data Abstraction & Problem Solving


with C++: Walls and Mirrors, 6/E 6th Edition Frank M.
Carrano, Timothy Henry
https://testbankbell.com/product/solution-manual-for-data-abstraction-
problem-solving-with-c-walls-and-mirrors-6-e-6th-edition-frank-m-
carrano-timothy-henry/
testbankbell.com

Solution Manual for Data Structures and Problem Solving


Using C++ 2/E Mark A. Weiss

https://testbankbell.com/product/solution-manual-for-data-structures-
and-problem-solving-using-c-2-e-mark-a-weiss/

testbankbell.com
Solution Manual for Succeeding in Business with Microsoft
Excel 2010 A Problem-Solving Approach, 1st Edition

https://testbankbell.com/product/solution-manual-for-succeeding-in-
business-with-microsoft-excel-2010-a-problem-solving-approach-1st-
edition/
testbankbell.com

Solution Manual for Succeeding in Business with Microsoft


Excel 2013 A Problem-Solving Approach, 1st Edition

https://testbankbell.com/product/solution-manual-for-succeeding-in-
business-with-microsoft-excel-2013-a-problem-solving-approach-1st-
edition/
testbankbell.com

Test Bank for Data Abstraction & Problem Solving with C++:
Walls and Mirrors, 6/E, Frank M. Carrano, Timothy Henry

https://testbankbell.com/product/test-bank-for-data-abstraction-
problem-solving-with-c-walls-and-mirrors-6-e-frank-m-carrano-timothy-
henry/
testbankbell.com

Absolute C++ 6th Edition Savitch Solutions Manual

https://testbankbell.com/product/absolute-c-6th-edition-savitch-
solutions-manual/

testbankbell.com

Solution Manual for Data Abstraction and Problem Solving


with Java: Walls and Mirrors, 3/E 3rd Edition : 0132122308

https://testbankbell.com/product/solution-manual-for-data-abstraction-
and-problem-solving-with-java-walls-and-mirrors-3-e-3rd-
edition-0132122308/
testbankbell.com
Solution Manual for Problem Solving
with C++ 10th Edition Savitch
Full download chapter at:
https://testbankbell.com/product/solution-manual-for-problem-
solving-with-c-10th-edition-savitch/

INSTRUCTOR’S RESOURCE GUIDE


SOLUTIONS TO PROGRAMMING PROJECTS
TO ACCOMPANY

PROBLEM
SOLVING
WITH
C++
Tenth Edition
Walter Savitch
UNIVERSITY OF CALIFORNIA, SAN DIEGO

http://www.pearsonhighered.com/savitch/
and please visit our general computer science and engineering web site at:
http://www.pearsonhighered.com/cs/
Copyright © 2018 by Pearson Education, Inc.

All right 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, photo-copying, recording, or any
other media embodiments now known or hereafter to become known, without the prior written
permission of the publisher. Manufactured in the United States of America.

Many of the designations used by manufacturers and sellers to distinguish their products are
claimed as trademarks. Where these designations appear in this book, and the publisher was aware
of a trademark claim, the designations have been printed in initial caps or all caps.

The programs and the applications presented in this book have been included for their
instructional value. They have been tested with care but are not guaranteed for any particular
purpose. The publisher does not offer any warranties or representations, nor does it accept any
liabilities with respect to the programs or applications.

Pearson Education Inc.


501 Boylston St., Suite 900
Boston, MA 02116
Contents
Preface

Chapter 1 Introduction to Computers and C++ Programming

Chapter 2 C++ Basics

Chapter 3 More Flow of Control

Chapter 4 Procedural Abstraction and Functions that Return a Value

Chapter 5 Functions for all Subtasks

Chapter 6 I/O Streams as an Introduction to Objects and Classes

Chapter 7 Arrays

Chapter 8 Strings and Vectors

Chapter 9 Pointers and Dynamic Arrays

Chapter 10 Defining Classes

Chapter 11 Friends, Overloaded Operators, and Arrays in Classes

Chapter 12 Separate Compilation and Namespaces

Chapter 13 Pointers and Linked Lists

Chapter 14 Recursion

Chapter 15 Inheritance

Chapter 16 Exception Handling

Chapter 17 Templates

Chapter 18 Standard Template Library and C++11


Preface
This is a document that is meant to be a supplement the text for the instructor. There is a
discussion of the ideas in each chapter, teaching suggestions, and some supplementary ideas.
There are solutions to many of the programming problems. Some problems have several different
solutions that correspond to different paths through the book. The test bank contains 25 to 50 test
questions with answers for each chapter. The questions are of both short answer (multiple choice,
true false, fill in the blank) type as well as read-the-code questions and short programming
problems. I urge that explanations to the short answer questions be required of the student.
With regard to the content of this manual, it should be noted that C++ leaves many options on how
to do any problem, and any book will necessarily choose a subset to present. Our author has made
such a set of choices. I have also made what I hope is a complementary set of choices for this
Instructor's resource Manual. I am striving to produce a complementary document to the text, a
document for the instructor, but I necessarily will do some things differently. Please do not hold
the student responsible for what I have put here. The reader of this document must note that it is
necessary to read the text, as that is what the student has to work with. In spite of our efforts at
consistency of content and style, there will be some variance between some of the presentation here
and the presentation in the text.
The code has been compiled and tested with g++ (gcc 4.8.4) and Visual Studio C++ .NET 2017.
Much of the code will work on Visual Studio C++ 6.0 updated to service pack 6 but a newer
compiler is recommended that is compliant with C++11. The text uses only mainstream features of
C++, consequently, most compilers will compile the code and produce output that does not differ
significantly from the results presented here. We have attempted to supply warnings where any of
these compilers gives trouble.
Instructor's Resource Manual
for
Savitch, Problem Solving with C++

Chapter 1

Introduction to Computers and C++ Programming

This document is intended to be a resource guide for instructors using Savitch, Problem Solving with
C++. This guide follows the text chapter by chapter. Each chapter of this guide contains the
following sections:
1. Solutions to, and remarks on, selected Programming Projects
2. Outline of topics in the chapter
3. General remarks on the chapter

Solutions and remarks on selected Programming Projects


These programming exercises are intended to help familiarize the student with the programming
environment. Solutions are very system dependent. Consequently, only two solutions are provided
for the programming projects in this chapter.

Programming Project 3. Change calculator

***********************************************************************
// Ch1 Programming Project 3.cpp
//
// This program calculates the monetary value of a number of
// quarters, dimes, and nickels.
//
***********************************************************************

#include <iostream>

using namespace std;

// ====================
// main function
// ====================

int main()
{
int quarters, dimes, nickels, total;

// Input coins
cout << "Enter number of quarters." << endl;
cin >> quarters;

6
Copyright © 2018 Pearson Education, Inc.
Savitch Instructor’s Resource Guide
Problem Solving w/ C++, 10e Chapter 1

cout << "Enter number of dimes." << endl;


cin >> dimes;
cout << "Enter number of nickels." << endl;
cin >> nickels;

// Calculate and output total


total = (quarters * 25) + (dimes * 10) + (nickels * 5);
cout << "The monetary value of your coins is " << total << " cents." <<
endl;
return 0;
}

Programming Project 4. Distance in freefall

// Ch1 Programming Project 4.cpp


// This program allows the user to enter a time in seconds
// and then outputs how far an object would drop if it is
// in freefall for that length of time

#include <iostream>
using namespace std;

int main()
{
int ACCELERATION = 32;

// Declare integer variables for the time and distance. A later


// chapter will describe variables that can hold non-integer numbers.
int time, distance;

// Prompt the user to input the time


cout << "Enter the time in seconds, that the object falls: ";
cin >> time;

// Compute the distance


distance = ACCELERATION/2 * time * time;

cout << "\nThe object will fall " << distance << " feet in "
<< time << " seconds.\n";

return 0;
}

Outline of Topics in the Chapter 1

1.1 Computer Systems


1.2 Programming and Problem-Solving
1.3 Introduction to C++

7
Copyright © 2018 Pearson Education, Inc.
Savitch Instructor’s Resource Guide
Problem Solving w/ C++, 10e Chapter 1

1.4 Testing and Debugging

Suggested course outlines:

There seem to be three major approaches to teaching C++ as the first course in programming. In the
one approach, classes and objects are done very early, frequently with a library of some sort that
must be used with the text. In another, all of the ANSI C subset of C++ is covered prior to even
mentioning classes or objects. This text takes a third road that is more middle of the road. Here,
enough of the control constructs and functions are covered prior to doing classes and objects.
However, reorderings of the chapters are possible that allow any of these approaches.
Here is a "classes early" course that follows the text closely. This outline assumes no background in
computing. Topics beyond Chapter 11 may be studied as time permits.
Day days allotted
1 1 Startup business
2-3 2 Chapter 1: Introduction to Computers
4-8 5 Chapter 2: C++ Basics. If the students have programming experience, the time
spent can be significantly reduced.
9-11 3 Chapter 3: Flow of control
12-14 3 Chapter 4: Procedural Abstraction
Test 1
16-18 3 Chapter 5: Functions for all subtasks
19-22 4 Chapter 6: I/O Streams
23-27 5 Chapter 7: Arrays
Test 2
29-32 4 Chapter 8: Strings and Vectors
Chapter 9: Pointers and Dynamic Arrays
33-37 5 Chapter 10: Classes
38-41 3 Chapter 11: Friends and Overloaded Operators
Test 3
5 Chapter 12 Separate compilation and namespaces
3 Chapter 13 Pointers and Linked Lists
3 Chapter 14: Recursion
3 Chapter 15: Inheritance
3 Chapter 16: Exception Handling
3 Chapter 17: Templates
2 Chapter 18: Standard Template Library and C++11

Reorderings:
The author suggests a reordering in the preface that allow almost all of ANSI C (with the tighter
C++ type-checking) to be covered before classes. Several variants on this reordering that allow
classes a bit earlier are presented in the text. The author describes interdependency of the chapters
in the preface of the text. Other reorderings are certainly possible.

8
Copyright © 2018 Pearson Education, Inc.
Savitch Instructor’s Resource Guide
Problem Solving w/ C++, 10e Chapter 1

Chapter 1:
The student should do all the programming assignments in this chapter. These teach the locally
available program development system and familiarize the student with some of the more
common compiler errors. Error messages are quite specific to the compiler being used. It is very
important that the student learn these ideas as early as possible.

Outline of topics in the chapter:


1.1 Computer Systems
1.2 Programming and Problem-Solving
1.3 Introduction to C++
1.4 Testing and Debugging

General remarks on the chapter

This chapter serves as an introduction to computers and the language of computers for those
students who have no computer experience. The terminology is very important. Many students
only want to learn how the programming language works, and seem to be unhappy when they
find that they are required to learn the terminology associated with the language. The students
who learn the terminology have less trouble by far with this course.
Students should be given an indication of the amount of work that must be done before coding
begins. There are instances where several man-years of work have gone into software before a
single line of code was written.
Emphasize the importance of the problem-solving phase of program design. This will save the
student work in the long run. It is further important to emphasize that the problem definition and
algorithm design phases may need correcting once the actual coding and testing is in process. This
is true even if the algorithm was carefully desktop tested. Emphasize that the program design
process is an 'iterative' process. You make a start, test, correct and repeat until you have a solution.
It is a fact that the sooner the coding is started (on most problems), the longer the problem will take
to finish. My students insist on learning this the hard way. The algorithm design can be given a
boost by dividing the problem definition into INPUT, PROCESS, OUTPUT phases. The algorithm
will be primarily concerned with PROCESS, but frequently just getting information into the
computer, or out of the computer in a desirable format is a significant part of the task, if not the
whole problem.
In the text, Section 1.4, subsection "Kinds of Program Errors", there is a discussion of compiler error
messages. The error message from g++ when the wrong operator << or >> is used for input or
output, is something like errormessage.cpp:8: no match for `_IO_ostream_withassign & >> int. The
point is that compiler error messages are not clear, and anything your can do to help students to
associate error messages with errors that cause them will help the student to gain some intuition in
debugging based on compiler messages.

9
Copyright © 2018 Pearson Education, Inc.
Savitch Instructor’s Resource Guide
Problem Solving w/ C++, 10e Chapter 1

Encourage students to put only one statement per line. When errors are made, as they inevitably
are, the compiler is better able to tell us which is the offending statement. The cost is little for the
convenience gained in ability to find errors. The student should take compiler warnings to heart. If
the compiler warns about something, and the student is not absolutely certain what the message is
warning about, the student should treat the warning like the error that it probably is. The bottom
line is that all warnings (in the first course, at least) should be treated as errors. Compilers vary
with respect to what is reported as an error and what is reported with a warning. The GNU project
C++ compiler, g++ is more permissive by default. Encourage your students to compile using

g++ -W -Wall --pedantic file.cpp


This provides error messages that are close to the lint C-code checker.
GNU g++ 4.7 and Visual Studio 2013 very nearly meet the C++11 Standard. With g++ you may
need to add the –std=c++11 flag to compile with C++11.
The student should be encouraged to ask the compiler questions about the C++ language, to create
examples and to actually test the questions on the computer. The compiler is the final authority on
the version of the language that the compiler accepts, regardless of the ISO Standard. An example is
Practice Program 6, where the student is asked to type in a simple program, then test the effect of
deliberately introducing common errors.

10
Copyright © 2018 Pearson Education, Inc.
Exploring the Variety of Random
Documents with Different Content
TEMPO

MY body could play delicate tunes,


Music exquisite and thin,
But I must keep it in its case
Like a violin.

A Scherzo prances in my blood,


Mercurial and quick;
I pirouette—the box snaps tight
With a malicious click.

A Saraband is not for me,


It makes the varnish crack.
I must play a grave, grave tune
Slow and elegiac!
TO SCRIABINE: L’EXTASE

NOT with the drums, the throbbing scarlet drums,


Not with the voice of a silver flute,
Not with the brazen clangour of cymbals,
Nor the trumpets slitting the silence;
Not with the maelstrom of sound
Monstrous, prodigious,
Comes ecstasy.
But with stillness
As when a flame burns unflickering
In far, empty places;
With the quiet of a leaf falling in the forest;
With the hush of the elevation of the Host.
ADAM ASLEEP

FAR away I hear the voices of four rivers flowing,


Wings in the thicket, and the four winds blowing.
Adam sleeps in Eden. In this still place
I lie within his circling arm and look upon his face.

God walks in the garden when the day is cool,


But the face of Adam is far more beautiful;
He is like the splendour of the sun at noon,
And the slope of his body like the white young moon.

Of what is he dreaming as he lies at rest?


Of God in the Garden? Or Lilith’s breast?
Adam sleeps in Eden, but down in the brake
I watch the cool glitter of a painted snake.
AN OLD HOUSE

I LOVE an old house,


It is like an aged face,
The worn lines,
The strange, defeated grace.

Sorrow looks through these windows


Through the crooked glass.
And the sill is hollow
Where Death’s feet pass.

But there is yet a beauty,


A triumph, a haughty thrust;
The meek defiance of ancient loveliness
Before the dust is dust.
MOONRISE

LIKE a white lotus flower the moon unfolds


Her luminous petals and the stars grow pale.
Vague mists withdraw, grey shadows o’er the water
Shadows of twilight tremulous and frail.
The flutes of dusk are still; new worlds unveil;
God for such moments made the nightingale.

And yet, O Philomel, thou couldst not chant


From the cool shadow of a cedar tree,
So high a lay as this I hear in rapture,
The song his utter silence sings to me.
Of the brown earth is thy winged melody.
But God is in this wordless ecstasy.
CAGED

I HAVE a caged bird,


He beats the bars;
Wild and bright his eyes,
On his breast, scars.

An oriole whistles;
My bird has not a note,
Though I can see the song
Trembling in his throat.

Other birds fly south


To the green pampas floor,
But in the blue air
Mine spreads his wings no more.

I have a caged bird,


He neither flies nor sings,
But when the house is still
I hear the beat of wings.

Transcriber’s Notes:

Typographical errors have been silently corrected


*** END OF THE PROJECT GUTENBERG EBOOK THE HOOFS OF
PEGASUS ***

Updated editions will replace the previous one—the old editions


will be renamed.

Creating the works from print editions not protected by U.S.


copyright law means that no one owns a United States
copyright in these works, so the Foundation (and you!) can copy
and distribute it in the United States without permission and
without paying copyright royalties. Special rules, set forth in the
General Terms of Use part of this license, apply to copying and
distributing Project Gutenberg™ electronic works to protect the
PROJECT GUTENBERG™ concept and trademark. Project
Gutenberg is a registered trademark, and may not be used if
you charge for an eBook, except by following the terms of the
trademark license, including paying royalties for use of the
Project Gutenberg trademark. If you do not charge anything for
copies of this eBook, complying with the trademark license is
very easy. You may use this eBook for nearly any purpose such
as creation of derivative works, reports, performances and
research. Project Gutenberg eBooks may be modified and
printed and given away—you may do practically ANYTHING in
the United States with eBooks not protected by U.S. copyright
law. Redistribution is subject to the trademark license, especially
commercial redistribution.

START: FULL LICENSE


THE FULL PROJECT GUTENBERG LICENSE
PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK

To protect the Project Gutenberg™ mission of promoting the


free distribution of electronic works, by using or distributing this
work (or any other work associated in any way with the phrase
“Project Gutenberg”), you agree to comply with all the terms of
the Full Project Gutenberg™ License available with this file or
online at www.gutenberg.org/license.

Section 1. General Terms of Use and


Redistributing Project Gutenberg™
electronic works
1.A. By reading or using any part of this Project Gutenberg™
electronic work, you indicate that you have read, understand,
agree to and accept all the terms of this license and intellectual
property (trademark/copyright) agreement. If you do not agree
to abide by all the terms of this agreement, you must cease
using and return or destroy all copies of Project Gutenberg™
electronic works in your possession. If you paid a fee for
obtaining a copy of or access to a Project Gutenberg™
electronic work and you do not agree to be bound by the terms
of this agreement, you may obtain a refund from the person or
entity to whom you paid the fee as set forth in paragraph 1.E.8.

1.B. “Project Gutenberg” is a registered trademark. It may only


be used on or associated in any way with an electronic work by
people who agree to be bound by the terms of this agreement.
There are a few things that you can do with most Project
Gutenberg™ electronic works even without complying with the
full terms of this agreement. See paragraph 1.C below. There
are a lot of things you can do with Project Gutenberg™
electronic works if you follow the terms of this agreement and
help preserve free future access to Project Gutenberg™
electronic works. See paragraph 1.E below.
1.C. The Project Gutenberg Literary Archive Foundation (“the
Foundation” or PGLAF), owns a compilation copyright in the
collection of Project Gutenberg™ electronic works. Nearly all the
individual works in the collection are in the public domain in the
United States. If an individual work is unprotected by copyright
law in the United States and you are located in the United
States, we do not claim a right to prevent you from copying,
distributing, performing, displaying or creating derivative works
based on the work as long as all references to Project
Gutenberg are removed. Of course, we hope that you will
support the Project Gutenberg™ mission of promoting free
access to electronic works by freely sharing Project Gutenberg™
works in compliance with the terms of this agreement for
keeping the Project Gutenberg™ name associated with the
work. You can easily comply with the terms of this agreement
by keeping this work in the same format with its attached full
Project Gutenberg™ License when you share it without charge
with others.

1.D. The copyright laws of the place where you are located also
govern what you can do with this work. Copyright laws in most
countries are in a constant state of change. If you are outside
the United States, check the laws of your country in addition to
the terms of this agreement before downloading, copying,
displaying, performing, distributing or creating derivative works
based on this work or any other Project Gutenberg™ work. The
Foundation makes no representations concerning the copyright
status of any work in any country other than the United States.

1.E. Unless you have removed all references to Project


Gutenberg:

1.E.1. The following sentence, with active links to, or other


immediate access to, the full Project Gutenberg™ License must
appear prominently whenever any copy of a Project
Gutenberg™ work (any work on which the phrase “Project
Gutenberg” appears, or with which the phrase “Project
Gutenberg” is associated) is accessed, displayed, performed,
viewed, copied or distributed:

This eBook is for the use of anyone anywhere in the United


States and most other parts of the world at no cost and
with almost no restrictions whatsoever. You may copy it,
give it away or re-use it under the terms of the Project
Gutenberg License included with this eBook or online at
www.gutenberg.org. If you are not located in the United
States, you will have to check the laws of the country
where you are located before using this eBook.

1.E.2. If an individual Project Gutenberg™ electronic work is


derived from texts not protected by U.S. copyright law (does not
contain a notice indicating that it is posted with permission of
the copyright holder), the work can be copied and distributed to
anyone in the United States without paying any fees or charges.
If you are redistributing or providing access to a work with the
phrase “Project Gutenberg” associated with or appearing on the
work, you must comply either with the requirements of
paragraphs 1.E.1 through 1.E.7 or obtain permission for the use
of the work and the Project Gutenberg™ trademark as set forth
in paragraphs 1.E.8 or 1.E.9.

1.E.3. If an individual Project Gutenberg™ electronic work is


posted with the permission of the copyright holder, your use and
distribution must comply with both paragraphs 1.E.1 through
1.E.7 and any additional terms imposed by the copyright holder.
Additional terms will be linked to the Project Gutenberg™
License for all works posted with the permission of the copyright
holder found at the beginning of this work.

1.E.4. Do not unlink or detach or remove the full Project


Gutenberg™ License terms from this work, or any files
containing a part of this work or any other work associated with
Project Gutenberg™.

1.E.5. Do not copy, display, perform, distribute or redistribute


this electronic work, or any part of this electronic work, without
prominently displaying the sentence set forth in paragraph 1.E.1
with active links or immediate access to the full terms of the
Project Gutenberg™ License.

1.E.6. You may convert to and distribute this work in any binary,
compressed, marked up, nonproprietary or proprietary form,
including any word processing or hypertext form. However, if
you provide access to or distribute copies of a Project
Gutenberg™ work in a format other than “Plain Vanilla ASCII” or
other format used in the official version posted on the official
Project Gutenberg™ website (www.gutenberg.org), you must,
at no additional cost, fee or expense to the user, provide a copy,
a means of exporting a copy, or a means of obtaining a copy
upon request, of the work in its original “Plain Vanilla ASCII” or
other form. Any alternate format must include the full Project
Gutenberg™ License as specified in paragraph 1.E.1.

1.E.7. Do not charge a fee for access to, viewing, displaying,


performing, copying or distributing any Project Gutenberg™
works unless you comply with paragraph 1.E.8 or 1.E.9.

1.E.8. You may charge a reasonable fee for copies of or


providing access to or distributing Project Gutenberg™
electronic works provided that:

• You pay a royalty fee of 20% of the gross profits you derive
from the use of Project Gutenberg™ works calculated using the
method you already use to calculate your applicable taxes. The
fee is owed to the owner of the Project Gutenberg™ trademark,
but he has agreed to donate royalties under this paragraph to
the Project Gutenberg Literary Archive Foundation. Royalty
payments must be paid within 60 days following each date on
which you prepare (or are legally required to prepare) your
periodic tax returns. Royalty payments should be clearly marked
as such and sent to the Project Gutenberg Literary Archive
Foundation at the address specified in Section 4, “Information
about donations to the Project Gutenberg Literary Archive
Foundation.”

• You provide a full refund of any money paid by a user who


notifies you in writing (or by e-mail) within 30 days of receipt
that s/he does not agree to the terms of the full Project
Gutenberg™ License. You must require such a user to return or
destroy all copies of the works possessed in a physical medium
and discontinue all use of and all access to other copies of
Project Gutenberg™ works.

• You provide, in accordance with paragraph 1.F.3, a full refund of


any money paid for a work or a replacement copy, if a defect in
the electronic work is discovered and reported to you within 90
days of receipt of the work.

• You comply with all other terms of this agreement for free
distribution of Project Gutenberg™ works.

1.E.9. If you wish to charge a fee or distribute a Project


Gutenberg™ electronic work or group of works on different
terms than are set forth in this agreement, you must obtain
permission in writing from the Project Gutenberg Literary
Archive Foundation, the manager of the Project Gutenberg™
trademark. Contact the Foundation as set forth in Section 3
below.

1.F.

1.F.1. Project Gutenberg volunteers and employees expend


considerable effort to identify, do copyright research on,
transcribe and proofread works not protected by U.S. copyright
law in creating the Project Gutenberg™ collection. Despite these
efforts, Project Gutenberg™ electronic works, and the medium
on which they may be stored, may contain “Defects,” such as,
but not limited to, incomplete, inaccurate or corrupt data,
transcription errors, a copyright or other intellectual property
infringement, a defective or damaged disk or other medium, a
computer virus, or computer codes that damage or cannot be
read by your equipment.

1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except


for the “Right of Replacement or Refund” described in
paragraph 1.F.3, the Project Gutenberg Literary Archive
Foundation, the owner of the Project Gutenberg™ trademark,
and any other party distributing a Project Gutenberg™ electronic
work under this agreement, disclaim all liability to you for
damages, costs and expenses, including legal fees. YOU AGREE
THAT YOU HAVE NO REMEDIES FOR NEGLIGENCE, STRICT
LIABILITY, BREACH OF WARRANTY OR BREACH OF CONTRACT
EXCEPT THOSE PROVIDED IN PARAGRAPH 1.F.3. YOU AGREE
THAT THE FOUNDATION, THE TRADEMARK OWNER, AND ANY
DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE LIABLE
TO YOU FOR ACTUAL, DIRECT, INDIRECT, CONSEQUENTIAL,
PUNITIVE OR INCIDENTAL DAMAGES EVEN IF YOU GIVE
NOTICE OF THE POSSIBILITY OF SUCH DAMAGE.

1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you


discover a defect in this electronic work within 90 days of
receiving it, you can receive a refund of the money (if any) you
paid for it by sending a written explanation to the person you
received the work from. If you received the work on a physical
medium, you must return the medium with your written
explanation. The person or entity that provided you with the
defective work may elect to provide a replacement copy in lieu
of a refund. If you received the work electronically, the person
or entity providing it to you may choose to give you a second
opportunity to receive the work electronically in lieu of a refund.
If the second copy is also defective, you may demand a refund
in writing without further opportunities to fix the problem.

1.F.4. Except for the limited right of replacement or refund set


forth in paragraph 1.F.3, this work is provided to you ‘AS-IS’,
WITH NO OTHER WARRANTIES OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.

1.F.5. Some states do not allow disclaimers of certain implied


warranties or the exclusion or limitation of certain types of
damages. If any disclaimer or limitation set forth in this
agreement violates the law of the state applicable to this
agreement, the agreement shall be interpreted to make the
maximum disclaimer or limitation permitted by the applicable
state law. The invalidity or unenforceability of any provision of
this agreement shall not void the remaining provisions.

1.F.6. INDEMNITY - You agree to indemnify and hold the


Foundation, the trademark owner, any agent or employee of the
Foundation, anyone providing copies of Project Gutenberg™
electronic works in accordance with this agreement, and any
volunteers associated with the production, promotion and
distribution of Project Gutenberg™ electronic works, harmless
from all liability, costs and expenses, including legal fees, that
arise directly or indirectly from any of the following which you
do or cause to occur: (a) distribution of this or any Project
Gutenberg™ work, (b) alteration, modification, or additions or
deletions to any Project Gutenberg™ work, and (c) any Defect
you cause.

Section 2. Information about the Mission


of Project Gutenberg™
Project Gutenberg™ is synonymous with the free distribution of
electronic works in formats readable by the widest variety of
computers including obsolete, old, middle-aged and new
computers. It exists because of the efforts of hundreds of
volunteers and donations from people in all walks of life.

Volunteers and financial support to provide volunteers with the


assistance they need are critical to reaching Project
Gutenberg™’s goals and ensuring that the Project Gutenberg™
collection will remain freely available for generations to come. In
2001, the Project Gutenberg Literary Archive Foundation was
created to provide a secure and permanent future for Project
Gutenberg™ and future generations. To learn more about the
Project Gutenberg Literary Archive Foundation and how your
efforts and donations can help, see Sections 3 and 4 and the
Foundation information page at www.gutenberg.org.

Section 3. Information about the Project


Gutenberg Literary Archive Foundation
The Project Gutenberg Literary Archive Foundation is a non-
profit 501(c)(3) educational corporation organized under the
laws of the state of Mississippi and granted tax exempt status
by the Internal Revenue Service. The Foundation’s EIN or
federal tax identification number is 64-6221541. Contributions
to the Project Gutenberg Literary Archive Foundation are tax
deductible to the full extent permitted by U.S. federal laws and
your state’s laws.

The Foundation’s business office is located at 809 North 1500


West, Salt Lake City, UT 84116, (801) 596-1887. Email contact
links and up to date contact information can be found at the
Foundation’s website and official page at
www.gutenberg.org/contact
Section 4. Information about Donations to
the Project Gutenberg Literary Archive
Foundation
Project Gutenberg™ depends upon and cannot survive without
widespread public support and donations to carry out its mission
of increasing the number of public domain and licensed works
that can be freely distributed in machine-readable form
accessible by the widest array of equipment including outdated
equipment. Many small donations ($1 to $5,000) are particularly
important to maintaining tax exempt status with the IRS.

The Foundation is committed to complying with the laws


regulating charities and charitable donations in all 50 states of
the United States. Compliance requirements are not uniform
and it takes a considerable effort, much paperwork and many
fees to meet and keep up with these requirements. We do not
solicit donations in locations where we have not received written
confirmation of compliance. To SEND DONATIONS or determine
the status of compliance for any particular state visit
www.gutenberg.org/donate.

While we cannot and do not solicit contributions from states


where we have not met the solicitation requirements, we know
of no prohibition against accepting unsolicited donations from
donors in such states who approach us with offers to donate.

International donations are gratefully accepted, but we cannot


make any statements concerning tax treatment of donations
received from outside the United States. U.S. laws alone swamp
our small staff.

Please check the Project Gutenberg web pages for current


donation methods and addresses. Donations are accepted in a
number of other ways including checks, online payments and
credit card donations. To donate, please visit:
www.gutenberg.org/donate.

Section 5. General Information About


Project Gutenberg™ electronic works
Professor Michael S. Hart was the originator of the Project
Gutenberg™ concept of a library of electronic works that could
be freely shared with anyone. For forty years, he produced and
distributed Project Gutenberg™ eBooks with only a loose
network of volunteer support.

Project Gutenberg™ eBooks are often created from several


printed editions, all of which are confirmed as not protected by
copyright in the U.S. unless a copyright notice is included. Thus,
we do not necessarily keep eBooks in compliance with any
particular paper edition.

Most people start at our website which has the main PG search
facility: www.gutenberg.org.

This website includes information about Project Gutenberg™,


including how to make donations to the Project Gutenberg
Literary Archive Foundation, how to help produce our new
eBooks, and how to subscribe to our email newsletter to hear
about new eBooks.

You might also like