![]() |
.. (לתיקייה המכילה) | |
In question 1 (first part) can the boundaries of the sub-array be calculated by
functions (or variables) or are they always constants (numbers)?
For instance, are the following statements legal:
A[Low(x)..High(x] = B[1..5]
A[y..z] = B[1..4]
Where Low and High are functions which return integers and y,z are integer
variables.
|
The array boundaries must be numbers and cannot be variables, function etc' |
What is the starting index of the Fibonacci sequence
| 0 |
In question 2.2, Are we supposed to take care of both X and Y being negative
| Yes |
In question 2.2, Are we suppose to handle cases where x is 0 and y is negative
| No |

