Question: Look at the following algorithm (written in pseudocode). What do you think the output of the algorithm would be is the input was 6? userVal


Look at the following algorithm (written in pseudocode).
What do you think the output of the algorithm would be is the input was 6?
userVal = 4
initalVal = 1
for i in range 1 to userVal:
update initialVal to be initialVal + 2
output initialVal
DI antise 2 Question2 DI antise 2 Question2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
