Answer:
I think thats just a software issue. i have the same problem
Explanation:
Answer:
for y in range(88, 43, -4):
print(y, end=" ")
Explanation:
yw
Answer:
A and D could work
Explanation:
they do basically does the same thing!!
Answer:
7
Explanation:
Because the q.length is a inbuilt function in the programming which used to get the length of the array. In the array, there are 7 values are store. Therefore, the size 7 store in the variable z.
For example:
int[] array={1,2};
int x = array.length;
the answer of above code is 2, because the elements present in the array is 2.