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 sum Times2.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

Code in C linux
Add comments

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.
.
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.
CIS158 Programming Assignment - P04
Line Word Character Count & Sum Times
sumTimes2
• 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. . 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. CIS158 Programming Assignment - P04 Line Word Character Count & Sum Times sumTimes2 • 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.
CIS158 Programming Assignment - P04
Line Word Character Count & Sum Times
Example of Output (user input is in blue)
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!
Transcribed Image Text:CIS158 Programming Assignment - P04 Line Word Character Count & Sum Times Example of Output (user input is in blue) 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!
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 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