Computer Science, asked by aashish009sharma, 7 hours ago

3. State whether the following statements are true or false.
(a) In a for loop, the counter can either increase or decrease after every
iteration.
(b) The position of the first element in the array is always 1.
(c) The if-else statement need not have a corresponding end if.
(d) The for loop is used to repeat a group of statements until a condition is
met.
(e) An array can contain elements of different data types.​

Answers

Answered by agentdevprobs
3
a)True
b)false
c)false
d)true
e)true
Answered by kumarharshraj2000
0

Explanation:

3. State whether the following statements are true or false.

Similar questions