=10 (other)
CodePudding user response:
Int myfunc (int x)
{
Int a0, a1, a2,
Int d=x;
A0=d % 10;
D/=10;
A1=d % 10;
D/=10;
A2=d % 10;
If return a0 (a2%3==0).
Return a1.
}
CodePudding user response:
Int myfunc (int x)
{
Int a0, a1, a2,
Int d=x;
A0=d % 10;
D/=10;
A1=d % 10;
D/=10;
A2=d % 10;
If return a0 (a2%3==0).
Return a1.
}