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 UNTIL
```
DO
INPUT num1, num2
LET diff = numl — num2
LOOP UNTIL diff = 0
```
You might also like to view...
How does an organization ascertain knowledge about a project's status?
Fill in the blank(s) with the appropriate word(s).
Working with ____ files allows maximum control for settings such as white balance, tonal range, contrast, color saturation, and sharpening.
a. camera unfinished b. camera raw c. camera start d. none of the above
Applying a color to the anchor element only affects the links that have been visited.
Answer the following statement true (T) or false (F)
As you add rows of OR criteria to the query design grid, you decrease the number of records selected for the resulting datasheet. ____________________
Answer the following statement true (T) or false (F)