ÃÑ 1ÀåºÎÅÍ 17Àå±îÁöÀÇ ¼Ö·ç¼ÇÀ¸·Î ±¸¼ºµÇ¾î ÀÖ½À´Ï´Ù
(¿øÆÇ ¼Ö·ç¼Ç, ù ÆäÀÌÁö ¼Ò°³ºÎ)
STUDENTS
SOLUTION MANUAL
COMPUTER SCIENCE
A Structured Approach
Using C++
Behrouz A. Forouzan
Rich-ard F. Gilberg
2
This manual contains solutions to the odd numbered review questions,
exercises, and problems found at the end of the chapters in
COMPUTER
SCIENCE: A Structured Approach Using C++
by Behrouz A. Forouzan
and Rich-ard F. Gilberg. It is organized by chapter, with each chapter contained
in a separate Portable Document Format (PDF) file.
In addition to this document, the Brooks/Cole web site also contains power
point presentation materials–objectives, figures, and tables, and a file
of all executable programs in the text.
3
(éÅÍ ¾È³»ºÎ)
CONTENTS
Chapter 1: Introduction to Computers
Review Questions 1
Exercises 1
Problems 2
Chapter 2: Introduction to the C++ Language
Review Questions 3
Exercises 3
Problems 4
Chapter 3: Structure of a C++ Program
Review Questions 7
Exercises 7
Problems 8
Chapter 4: Functions
Review Questions 11