What is the output for the following pseudocode? Given a set ofdata, show your steps that lead you to the end result.
Here’s an example:
Given.
d = 1
e = 2
f = 5
while d<f
d= d+1
e=e+f
endwhile
output d,e,f
Expert Answer
An answer will be send to you shortly. . . . .