The following program first reads an integer number 'number' assumed to be greater than zero entered by the user. After that, (1/2+2/2+3/2+... number/2) and stores the result in the totalTerms. Finally, it displays totalferms to 2 dec To solve the problem, drag and drop the appropriate statements shown below in the right missing parts of the program ce ******** number= int(input("Enter an integer greater than zera: ") for i in range ( number+1) totalTerms totalTerms+ number/2 total Terms number/2 totalTerms= totalTerms 1/2 print ("totalTerms= %.2f" %totalTerms) for i in range (0, number) for i in range (1, number) for i in range (1, number+1) totalTerms 1/2 totalTerms O

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 11PE: The program in the Programming Example: Fibonacci Number does not check whether the first number...
icon
Related questions
Question

10

The following program first reads an integer number 'number' assumed to be greater than zero entered by the user. After that, it calculates
(1/2+2/2+3/2+...+ number/2) and stores the result in the totalTerms. Finally, it displays totalTerms to 2 decimal points
To solve the problem, drag and drop the appropriate statements shown below in the right missing parts of the program code above
number= int(input("Enter an integer greater than zero: "))
for i in range (i, number+1))
totalTerms= totalTerms+ number/2
total Terms number/2 totalTerms= totalTerms 1/2
print ("totalTerms= %.2f" %totalTerms)
for i in range (0, number)
for i in range (1, number)
for i in range (1, number+1)
totalTerms=1/2
totalTerms = 0
Transcribed Image Text:The following program first reads an integer number 'number' assumed to be greater than zero entered by the user. After that, it calculates (1/2+2/2+3/2+...+ number/2) and stores the result in the totalTerms. Finally, it displays totalTerms to 2 decimal points To solve the problem, drag and drop the appropriate statements shown below in the right missing parts of the program code above number= int(input("Enter an integer greater than zero: ")) for i in range (i, number+1)) totalTerms= totalTerms+ number/2 total Terms number/2 totalTerms= totalTerms 1/2 print ("totalTerms= %.2f" %totalTerms) for i in range (0, number) for i in range (1, number) for i in range (1, number+1) totalTerms=1/2 totalTerms = 0
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Constants and Variables
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr