4. Care va fi continutul variabilelor a si b dupa urmatoarea secventa?(0,5p)
int a=20,b=35;
a=a+b;
b=a-b;
a=a-b;
a=?b=?​