Asked by michael
                whats is the output for each psuedocode sedment?
2. d=4
e=6
f=7
while d>f
d=d+1
e=e -1
endwhile
output d, e, f
3. g=4
h=6
while g<h
g=g+1
endwhile
output d, e, f
4. j=2
k=5
n=9
while j<k
m=6
while m<n
output "goodbye"
m =m+1
endwhile
j=j=1
endwhile
5. j=2
k=5
m=6
n=9
while m<n
output "hello"
m=m+1
endwhile
j=j+1
endwhile
6. p=2
q=4
while p<q
output "adios"
r=1
while r<q
output "adios"
r=r+1
endwhile
p=p+1
endwhile
            
            
        2. d=4
e=6
f=7
while d>f
d=d+1
e=e -1
endwhile
output d, e, f
3. g=4
h=6
while g<h
g=g+1
endwhile
output d, e, f
4. j=2
k=5
n=9
while j<k
m=6
while m<n
output "goodbye"
m =m+1
endwhile
j=j=1
endwhile
5. j=2
k=5
m=6
n=9
while m<n
output "hello"
m=m+1
endwhile
j=j+1
endwhile
6. p=2
q=4
while p<q
output "adios"
r=1
while r<q
output "adios"
r=r+1
endwhile
p=p+1
endwhile
Answers
                    Answered by
            MathMate
            
    Michael, please follow the example for #1 and show your attempts.  Remember, I won't be there when you take your exams.
http://www.jiskha.com/display.cgi?id=1304215768
    
http://www.jiskha.com/display.cgi?id=1304215768
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.