2 Claps
1 Comments
SinceECu2+/CuECu2+/Cuhas a greater positive value thanEH+/HEH+/H, the reaction that is feasible at the cathode is
Cu2+(aq)+2eCu(s)
0 Thanks
2 Answers
5 Claps
1 Comments
This picture develops a clear understanding.

8 Thanks
2 Answers
#include<stdio.h>
#include<conio.h>
#include<string.h>
int main() {
int i, nextTerm;
int t1 = 2, t2 = 2;
nextTerm = t1+t2;
printf("%d, %d, ", t1, t2);
for (i = 3; i <= 10; ++i) {
printf("%d, ", nextTerm);
t1 = t2;
t2 = nextTerm;
nextTerm = t1 + t2;
}
return 0;
}
2 Thanks
2 Answers
9 Claps
0 Comments


very fine!
Glad to hear, miss!