K- 1 x 2 =2
OH- 1 x 2 = 2
Cu- 2
(CIO3)- 6
K- 1 x 2= 2
OH- 2
Cu- 2
(CIO3)- 3 x2=6
2KOH+ Cu(CIO3)2 - 2KCIO3+ Cu(OH)2
Answer:
The answer is "None of these".
Explanation:
In the given question an array "sales[]" is declared, which contains 50 double type elements, and in the next line, an integer variable j is defined, which uses a for loop. In this question two options is given, in which both are not correct, that can be described as follows:
- In option (i), A loop is defined that, uses variable j which starts with 0 and ends with 48, So total elements are 48 that's why it is not correct.
- In option (ii), A loop will use variable j that, starts with 1 and ends with 49, That's why it is not correct.
Yes thats correct- but if
You just need to set a reminder on your phone and try and remember
It would help if there is a programming language in the context of which you need this answered. For instance in Python you can create a program like this:
print(type("Hello"))
print(type(1337))
print(type(True))
print(type("3.14"))
It will return:
<class 'str'>
<class 'int'>
<class 'bool'>
<class 'str'>