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