Read a series of numbers, and determine and display the largest number. The first num- ber read indicates how many numbers should be processed.
What will be an ideal response?
```
00 +1017 (Read Endvalue)
01 +2018 (Load Counter)
02 +3117 (Subtract Endvalue)
03 +4215 (Branch zero to 15)
04 +2018 (Load Counter)
05 +3021 (Add Increment)
06 +2118 (Store Counter)
07 +1019 (Read Value)
08 +2020 (Load Largest)
09 +3119 (Subtract Value)
10 +4112 (Branch negative to 12)
11 +4001 (Branch 01)
12 +2019 (Load Value)
13 +2120 (Store Largest)
14 +4001 (Branch 01)
15 +1120 (Write Largest)
16 +4300 (Halt)
17 +0000 (Variable EndValue)
18 +0000 (Variable Counter)
19 +0000 (Variable Value)
20 +0000 (Variable Largest)
21 +0001 (Variable Increment)
```
You might also like to view...
Which virus can use more than one propagation method?
a. Polymorphic virus b. RAM virus c. Multipartite virus d. Sparse infection virus
A destructor contains the actions you require when an instance of a class is destroyed.
Answer the following statement true (T) or false (F)