Home > Back-end >  According to the pseudo code to draw out the flow chart/flow chart, is it right? Can you help me to
According to the pseudo code to draw out the flow chart/flow chart, is it right? Can you help me to

Time:09-17

:
Draw the following pseudo-code procedure flow chart, flow diagram, you help me take a look at the reference answer the flow chart of the answer, I pointed out that a data flow of the arrow (refers to return to the wire LOOP), you should delete it, I feel the logical not ah, do you think?

C EXAMPLE
 
LOOP: DO WHILE X> 0
A=B + 1
IF A> 10
THEN X=A
The ELSE
Y=Z
END the IF
IF Y<5
THEN PRINT the X, Y
ELSE IF Y=2
THEN GOTO LOOP
The ELSE
C=3
END the IF
END the IF
G=H + R
END DO
IF F> 0
THEN PRINT G
The ELSE
PRINT K
END the IF
STOP


is to delete, please?

good bosses can teach: by the way?

CodePudding user response:

Don't delete, but to add a (2) the judgment of the jump again (because not unconditional jump, but X> judgement; 0 to determine whether the jump), after watching program should also be (2) on the pet-name ruby
  • Related