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 initialVal = 1 for i in range 1 to userVal: update initialVal to be initialVal + 2 output initialVal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
