Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Suppose the following program was intended to compute the sum of the inputs, where - 1 is used as the sentinel . Which of the
Suppose the following program was intended to compute the sum of the inputs, where is used as the sentinel Which of the following best describes the bug in this code?
sum
value
while value :
value int input Enter a value:
sum sum value
print sum
A sentinel of should be used instead.
The variable input shctld have been initialized.
The sentinel should not be included in the sum.
The loop does not terminate when the sentinel is read.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started