Question: Consider the following method. / * * Precondition: bound > = 0 * / public int sum ( int bound ) { int answer =
Consider the following method.
Precondition: bound
public int sumint bound
int answer ;
for int i ; i bound; i
answer bound;
return answer;
Assume that sum is called with a parameter that satisfies the precondition and that it executes without error. How many times is the test expression i bound in the for loop header evaluated?
Responses
bound
bound
bound
bound
bound
bound
An unknown number of times
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
