Starting Out with Programming Logic and Design (5th Edition) (What's New in Computer Science)
bartleby

Concept explainers

Question
Book Icon
Chapter 13, Problem 4PE
Program Plan Intro

Sum of Numbers

Program Plan:

  • Define the “main()” function:
    • Initializes the variable “number” is “0”
    • Check the value of “number”
      • If it is less than or equal to “0”, then get the input from the user and store it to the variable “number”.
    • Call the function “sumNumbers()” and pass the argument “num”.
    • Display the result on the output screen.
  • Define the “sumNumbers(num)” function:
    • Check the value of “num”
      • If it is equal to “0”, then return “num”
      • Otherwise, call the function “sumNumbers()” to recursively perform the addition operation.
  • Call the “main()” function.

Blurred answer
Students have asked these similar questions
make a screen capture showing the StegExpose results
Which of the following is not one of the recommended criteria for strategic objectives? Multiple Choice   a) realistic   b) appropriate   c) sustainable   d) measurable
Management innovations such as total quality, benchmarking, and business process reengineering always lead to sustainable competitive advantage because everyone else is doing them. a) True b) False

Chapter 13 Solutions

Starting Out with Programming Logic and Design (5th Edition) (What's New in Computer Science)

Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr
Text book image
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Text book image
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
Text book image
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning