Draw a flowchart for the program fragments (no need to show start and stop)
```
DO UNTIL value = 9999
INPUT value
IF value < 9999 THEN
LET sum = sum + value LETn=n+1
END IF
LOOP
```
![14937|332x329](upload://FzsVNoymGJOu0BbKTqxCd0gMUo.jpeg)
Computer Science & Information Technology
You might also like to view...
An ________ is used to move an object off the screen
A) exit effect B) emphasis effect C) entrance effect D) animation painter
Computer Science & Information Technology
What PowerShell cmdlet can be used to add permissions to a share?
A. Set-SmbShare B. Grant-SmbShareAccess C. Set-SmbAccess D. Allow-SmbShareAccess
Computer Science & Information Technology