Use the loop variation given in problem to write a program that inputs values into variables numi and num2, stores their difference in the variable diff, and outputs the result. End the loop when diff becomes zero. Assume that the value of variable diffis 99 before the loop starts.

LOOP WHILE


```
DO
INPUT numi, num2
LET diff = numl — num2
LOOP WHILE diff < > 0
```

Computer Science & Information Technology

You might also like to view...

An office lighted with warm, incandescent lighting indicates a tendency toward:

A) formal communication. B) gathering information from memos. C) casual communication. D) a person that is interested in external information.

Computer Science & Information Technology

When a visual aid appears around an image, ____ indicates that it is an image.

A. image B. img C. picture D. pic

Computer Science & Information Technology

If a window is open on the desktop, you can click the Close button on the ____ of the open window to close it.?

A. ?menu bar B. ?title bar C. ?status bar D. ?address bar

Computer Science & Information Technology

Which of the following is NOT one of the four most common issues related to the storage and use of personal data??

A. ?notice B. ?security C. ?knowledge D. ?consent

Computer Science & Information Technology