Code like this:if (number!=0){…………;number=iTotal;if (number!=0){}}.it is right to check the number value twice.But it shows me an errormsg of oppositeInnerCondition
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Code like this:if (number!=0){…………;number=iTotal;if (number!=0){}}.it is right to check the number value twice.But it shows me an errormsg of oppositeInnerCondition