Physics, asked by menemebe9858, 1 year ago

0Explain the meaning of each of the following lines in the context of programming:(1) inti:int remain, evenodd=31;(ii) remain = evenodd%2;(iii) if (remain=0)(iv)printf("The Number is an EVEN number");(v) else printf("The Number is an ODD number");​

Answers

Answered by nesrin789
7

Answer:

0Explain the meaning of each of the following lines in the context of programming:(1) inti:int remain, evenodd=31;(ii) remain = evenodd%2;(iii) if (remain=0)(iv)printf("The Number is an EVEN number");(v) else printf("The Number is an ODD number");

Similar questions