Download presentation
Presentation is loading. Please wait.
1
© 2010 Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Chapter 3: Top-Down Design with Functions Problem Solving & Program Design in C Sixth Edition By Jeri R. Hanly & Elliot B. Koffman
2
1-2 © 2010 Pearson Addison-Wesley. All rights reserved. 1-2 Figure 3.1 Edited Data Requirements and Algorithm for Conversion Program
3
1-3 © 2010 Pearson Addison-Wesley. All rights reserved. 1-3 Figure 3.2 Outline of Program Circle
4
1-4 © 2010 Pearson Addison-Wesley. All rights reserved. 1-4 Figure 3.3 Calculating the Area and the Circumference of a Circle
5
1-5 © 2010 Pearson Addison-Wesley. All rights reserved. 1-5 Figure 3.3 Calculating the Area and the Circumference of a Circle (cont’d)
6
1-6 © 2010 Pearson Addison-Wesley. All rights reserved. 1-6 Figure 3.4 Computing the Rim Area of a Flat Washer
7
1-7 © 2010 Pearson Addison-Wesley. All rights reserved. 1-7 Figure 3.5 Flat Washer Program
8
1-8 © 2010 Pearson Addison-Wesley. All rights reserved. 1-8 Figure 3.5 Flat Washer Program (cont’d)
9
1-9 © 2010 Pearson Addison-Wesley. All rights reserved. 1-9 Figure 3.6 Function sqrt as a “Black Box”
10
1-10 © 2010 Pearson Addison-Wesley. All rights reserved. 1-10 Figure 3.7 Square Root Program
11
1-11 © 2010 Pearson Addison-Wesley. All rights reserved. 1-11 Figure 3.7 Square Root Program (cont’d)
12
1-12 © 2010 Pearson Addison-Wesley. All rights reserved. 1-12 Figure 3.8 Triangle with Unknown Side a
13
1-13 © 2010 Pearson Addison-Wesley. All rights reserved. 1-13 Figure 3.9 House and Stick Figure
14
1-14 © 2010 Pearson Addison-Wesley. All rights reserved. 1-14 Figure 3.10 Structure Chart for Drawing a Stick Figure
15
1-15 © 2010 Pearson Addison-Wesley. All rights reserved. 1-15 Figure 3.11 Function Prototypes and Main Function for Stick Figure
16
1-16 © 2010 Pearson Addison-Wesley. All rights reserved. 1-16 Figure 3.12 Function draw_circle
17
1-17 © 2010 Pearson Addison-Wesley. All rights reserved. 1-17 Figure 3.13 Function draw_triangle
18
1-18 © 2010 Pearson Addison-Wesley. All rights reserved. 1-18 Figure 3.14 Program to Draw a Stick Figure
19
1-19 © 2010 Pearson Addison-Wesley. All rights reserved. 1-19 Figure 3.14 Program to Draw a Stick Figure (cont’d)
20
1-20 © 2010 Pearson Addison-Wesley. All rights reserved. 1-20 Figure 3.15 Flow of Control Between the main Function and a Function Subprogram
21
1-21 © 2010 Pearson Addison-Wesley. All rights reserved. 1-21 Figure 3.16 Function instruct and the Output Produced by a Call
22
1-22 © 2010 Pearson Addison-Wesley. All rights reserved. 1-22 Figure 3.17 Lego ® Blocks
23
1-23 © 2010 Pearson Addison-Wesley. All rights reserved. 1-23 Figure 3.18 Function print_rboxed and Sample Run
24
1-24 © 2010 Pearson Addison-Wesley. All rights reserved. 1-24 Figure 3.18 Function print_rboxed and Sample Run (cont’d)
25
1-25 © 2010 Pearson Addison-Wesley. All rights reserved. 1-25 Figure 3.19 Effect of Executing print_rboxed (135.68);
26
1-26 © 2010 Pearson Addison-Wesley. All rights reserved. 1-26 Figure 3.20 Function with Input Arguments and One Result
27
1-27 © 2010 Pearson Addison-Wesley. All rights reserved. 1-27 Figure 3.21 Functions find_circum and find_area
28
1-28 © 2010 Pearson Addison-Wesley. All rights reserved. 1-28 Figure 3.22 Effect of Executing circum = find_circum (radius);
29
1-29 © 2010 Pearson Addison-Wesley. All rights reserved. 1-29 Figure 3.23 Function scale
30
1-30 © 2010 Pearson Addison-Wesley. All rights reserved. 1-30 Figure 3.24 Testing Function scale
31
1-31 © 2010 Pearson Addison-Wesley. All rights reserved. 1-31 Figure 3.24 Testing Function scale (cont’d)
32
1-32 © 2010 Pearson Addison-Wesley. All rights reserved. 1-32 Figure 3.25 Data Areas After Call scale(num_1, num_2);
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.