What are the operators hidden in the boxes in line 4 and 5 of the C++ program above such that you get the desired output ? (Enter the operator numbers, described below, as answer like Box1Box2)
1
2
1.==2.!=3.<4.>5.>=6.<=7./=8.*=9.+=10.-=11.&&12.||
Your answer seems reasonable.
Find out if you're right!