The following use case cannot be represented using grppi: ``` for(int i = 0; i < 10; i++){ a[i] = i; } ``` The use of the expression "i" requires using the actual value of the variable.
The following use case cannot be represented using grppi:
The use of the expression "i" requires using the actual value of the variable.