Program Name sum Times2 Description The program will add the values of all the integer digits between the integer given by the user and the integer that is twice the integer entered. Requirements Create the c program using sumTimes2.c in the p04/ex1 directory. Using the format and words displayed in the Example of Output, the program will do the following: • Display a the welcome message followed by a blank line • Displays a message that indicates what the program will do followed by a blank line. • Asks the user for and receive an integer (called daNumba) Using the integer the program will call the sumFor function and then the sumWhile function. These functions will both sum the values from daNumba to (daNumba * 2) if daNumba is positive. If daNumba is not positive it will add the values from (daNumba *2) to daNumba. Both functions will receive the value of daNumba and return a the summed value. The only difference between the 2 functions is that sumFor will only use for loops and sumWhile will only use while loops. • A blank line. Display the message indicating the value returned by sumFor A blank line • • • Display the message indicating the value returned by sumwhile A blank line. Ends with a thank you message.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Example of this program output would be: [With \n]   [User input is Bolded] [ Add comments!]


Welcome to sumTimes2.

This program will sum the integers between the one you enter a the integer that is twice that value

Please enter your integer: 3

For says the sum is 18
While says the sum is 18

Thank you for using sumTimes2. Bye!

Program Name
Description
The program will add the values of all the integer digits between the integer given by the
user and the integer that is twice the integer entered.
sum Times2
Requirements
Create the c program using sumTimes2.c in the p04/ex1 directory. Using the format and
words displayed in the Example of Output, the program will do the following:
• Display a the welcome message followed by a blank line
•
Displays a message that indicates what the program will do followed by a blank line.
• Asks the user for and receive an integer (called daNumba)
•
Using the integer the program will call the sumFor function and then the sumWhile
function. These functions will both sum the values from daNumba to (daNumba * 2) if
daNumba is positive. If daNumba is not positive it will add the values from (daNumba
*2) to daNumba. Both functions will receive the value of daNumba and return a the
summed value. The only difference between the 2 functions is that sumFor will only use
for loops and sum While will only use while loops.
• A blank line.
.
Display the message indicating the value returned by sumFor
• A blank line
.
Display the message indicating the value returned by sumwhile
• A blank line.
Ends with a thank you message.
Transcribed Image Text:Program Name Description The program will add the values of all the integer digits between the integer given by the user and the integer that is twice the integer entered. sum Times2 Requirements Create the c program using sumTimes2.c in the p04/ex1 directory. Using the format and words displayed in the Example of Output, the program will do the following: • Display a the welcome message followed by a blank line • Displays a message that indicates what the program will do followed by a blank line. • Asks the user for and receive an integer (called daNumba) • Using the integer the program will call the sumFor function and then the sumWhile function. These functions will both sum the values from daNumba to (daNumba * 2) if daNumba is positive. If daNumba is not positive it will add the values from (daNumba *2) to daNumba. Both functions will receive the value of daNumba and return a the summed value. The only difference between the 2 functions is that sumFor will only use for loops and sum While will only use while loops. • A blank line. . Display the message indicating the value returned by sumFor • A blank line . Display the message indicating the value returned by sumwhile • A blank line. Ends with a thank you message.
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
File Input and Output Operations
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
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education